How to define the playerid
#7

If your using strtok:
pawn Код:
if(!strlen(tmp)) return SendClientMessage(playerid, color, "Error: Blahblah");
If your using dcmd:
pawn Код:
if(!strlen(params)) return SendClientMessage(playerid, color, "Error: Blahblah");
If your using zcmd:
pawn Код:
if(isnull(params)) return SendClientMessage(playerid, color, "Error: Blahblah");
Reply


Messages In This Thread
How to define the playerid - by laser50 - 05.03.2010, 19:45
Re: How to define the playerid - by Torran - 05.03.2010, 19:48
Re: How to define the playerid - by laser50 - 05.03.2010, 20:00
Re: How to define the playerid - by Ironboy500 - 05.03.2010, 20:01
Re: How to define the playerid - by laser50 - 05.03.2010, 20:02
Re: How to define the playerid - by Correlli - 05.03.2010, 20:03
Re: How to define the playerid - by bajskorv123 - 05.03.2010, 20:04
Re: How to define the playerid - by laser50 - 05.03.2010, 20:05
Re: How to define the playerid - by laser50 - 05.03.2010, 20:08
Re: How to define the playerid - by Ironboy500 - 05.03.2010, 20:11

Forum Jump:


Users browsing this thread: 1 Guest(s)