timer prob
#3

Quote:
Originally Posted by DeathOnaStick
Посмотреть сообщение
pawn Код:
if(sscanf(params, "is[100]", id,time,reason)) return SendClientMessage(playerid,red,"USAGE: /jail [playerid] [time] [reason]");
Should be:
pawn Код:
if(sscanf(params, "iis[100]", id,time,reason)) return SendClientMessage(playerid,red,"USAGE: /jail [playerid] [time] [reason]");
You made 'time' a string and left out 'reason'.

[gay]This forum requires that you wait 120 seconds between posts. Please try again in 12 seconds.[/gay]
lol i saw that after i fixed it my self, but still thanks
Reply


Messages In This Thread
timer prob - by dark_clown - 28.10.2010, 16:47
Re: timer prob - by DeathOnaStick - 28.10.2010, 16:58
Re: timer prob - by dark_clown - 28.10.2010, 17:10

Forum Jump:


Users browsing this thread: 2 Guest(s)