#4

Try this
pawn Код:
OnPlayerCommandText(playerid, cmdtext[])
{  
 if (strcmp("/cmds", cmdtext, true, 10) == 0)    
 {              
SendClientMessage(playerid, 0xFFFFFFFF, "SERVER: This is the /help command!");      
 return 1;  
 }  
 return 0;}
Edit: Using mobile, that's why I can't fix the loose destination error.
Edit1: Fixed a bracket.
Reply


Messages In This Thread
Help - by manoc - 11.12.2013, 22:41
Re: Help - by Zamora - 11.12.2013, 22:44
Re: Help - by manoc - 11.12.2013, 22:52
Re: Help - by Zamora - 11.12.2013, 22:56
Re: Help - by Wizza - 11.12.2013, 22:59
Re: Help - by manoc - 11.12.2013, 23:04

Forum Jump:


Users browsing this thread: 1 Guest(s)