Commands dont work ?!?
#2

Hehe, make sure you have
Код:
return 1;
after every command,

Eg:
Код:
OnPlayerCommandText(playerid,cmdtext)
{
  if(!strcmp(cmdtext,"/kill",5,true))
  {
     SetPlayerHealth(playerid,0.0);
     return 1;
  }
  return 1;
}
Reply


Messages In This Thread
Commands dont work ?!? - by BiG_bEaR - 09.06.2010, 14:01
Re: Commands dont work ?!? - by DJDhan - 09.06.2010, 14:32
Re: Commands dont work ?!? - by BiG_bEaR - 09.06.2010, 14:36
Re: Commands dont work ?!? - by Hiddos - 09.06.2010, 16:31
Re: Commands dont work ?!? - by BiG_bEaR - 10.06.2010, 10:25
Re: Commands dont work ?!? - by BiG_bEaR - 10.06.2010, 19:42

Forum Jump:


Users browsing this thread: 1 Guest(s)