/ma (making admin) help! BUG!!
#3

Quote:
Originally Posted by Lordz™
Посмотреть сообщение
Why don't you try using sscanf2 by ******? It's more efficient in handling such cases.
pawn Код:
/*According to settime command*/
CMD:setmytime(playerid, params[])
{
 new min, hr;
 if(sscanf(params, "ii", hr, min)) return SendClientMessage(playerid, -1, "Usage: /setmytime (hour) (minute)");
 SetPlayerTime(playerid, hr, min);
 return 1;
}
.
Ok i will try!

but i got a problem!!

i dont know how to use it! i mean the "ii" one
Reply


Messages In This Thread
/ma (making admin) help! BUG!! - by dr.lozer - 10.12.2012, 13:30
Re: /ma (making admin) help! BUG!! - by Lordzy - 10.12.2012, 13:43
Re: /ma (making admin) help! BUG!! - by dr.lozer - 10.12.2012, 13:54
Re: /ma (making admin) help! BUG!! - by LarzI - 10.12.2012, 13:55
Re: /ma (making admin) help! BUG!! - by Konstantinos - 10.12.2012, 14:10
Re: /ma (making admin) help! BUG!! - by dr.lozer - 10.12.2012, 14:17
Re: /ma (making admin) help! BUG!! - by Mustafa6155 - 10.12.2012, 15:06

Forum Jump:


Users browsing this thread: 1 Guest(s)