View Single Post
  #3  
Old 04-02-2011, 10:26 PM
iBeatz iBeatz is offline
Kavan
iBeatz's Avatar
Join Date: Dec 2010
Location: Northern Ireland, UK
Posts: 154
iBeatz will become famous soon enough
Send a message via Yahoo to iBeatz
For a weapon:

PHP Code:
function onActionServerSide(){
 if(
params[0] == "Getets"){
  
player.sendpm("put message here");
 }
}
//#CLIENTSIDE
function onPlayerChats(){
 if(
player.chat == "/eventsapp"){
  
triggerserver("gui",name,"Getets");
 }

__________________

Intelligence without ambition is like a bird without wings.

Reply With Quote