Kill /kill
#2

you need the strtok stock to fix the erros.
Though, you don't need it just to do the /kill command:

pawn Код:
if(strcmp(cmdtext, "/kill", true) == 0)
{
  SetPlayerHealth(playerid, 0.0);
  return 1;
}
Reply


Messages In This Thread
Kill /kill - by walrus - 19.02.2009, 19:36
Re: Kill /kill - by Grim_ - 19.02.2009, 19:38
Re: Kill /kill - by walrus - 19.02.2009, 19:39
Re: Kill /kill - by amrour - 19.02.2009, 19:41
Re: Kill /kill - by Grim_ - 19.02.2009, 19:43
Re: Kill /kill - by walrus - 19.02.2009, 19:59
Re: Kill /kill - by TheArbiter97 - 24.04.2009, 09:25

Forum Jump:


Users browsing this thread: 1 Guest(s)