#5

Try this:

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
 {
 if(!strcmp(cmdtext, "/ame", true, 4)) // 3 is the length of /me
 {
 if(cmdtext[4] == 0) {
 SendClientMessage(playerid, 0xFF0000FF, "USAGE: /ame [action]");
 return 1;
 }
 //Yourchatbubblethings..
 }
 return 0;
 }
Reply


Messages In This Thread
/ame - by CaptainOwen - 17.07.2011, 18:14
Re: /ame - by lawonama - 17.07.2011, 18:16
Re: /ame - by Wesley221 - 17.07.2011, 18:25
Re: /ame - by CaptainOwen - 17.07.2011, 18:56
Re: /ame - by lawonama - 17.07.2011, 20:24
Re: /ame - by =WoR=Varth - 18.07.2011, 01:42

Forum Jump:


Users browsing this thread: 1 Guest(s)