DCMD using more than one param?
#4

pawn Код:
dcmd_command (playerid, params[])
{
if(Strlen(parmas[0])==0) return SendClinetMessage(playerid ,-1,"You need to enter the playerid");
if(Strlen(parmas[1])==0) return SendClinetMessage(playerid ,-1,"You need to enter a value");
}
params[0] is used for playerid
params[1] is used for value you want to change
Reply


Messages In This Thread
DCMD using more than one param? - by Mikibey - 13.06.2012, 11:29
Re: DCMD using more than one param? - by park4bmx - 13.06.2012, 12:28
Re: DCMD using more than one param? - by Mikibey - 13.06.2012, 13:00
Re: DCMD using more than one param? - by park4bmx - 13.06.2012, 13:25
Re: DCMD using more than one param? - by eSPeZet - 01.08.2017, 17:45
Re: DCMD using more than one param? - by eSPeZet - 02.08.2017, 17:19

Forum Jump:


Users browsing this thread: 1 Guest(s)