explode
#5

You were doing it wrong ..

PHP код:
if(sscanf(params"uu"bombid,type)) return SendClientMessage(playeridCOLOR_RED"USAGE: /explode [name/id] [type]"); //This is wrong, "u" is for username/playerid 
Replace it with this ...

PHP код:
if(sscanf(params"ud"bombid,type)) return SendClientMessage(playeridCOLOR_RED"USAGE: /explode [name/id] [type]");  //Do it like this, "d" is for integer 
Try it .. it should work now.
Reply


Messages In This Thread
explode - by Loinal - 24.09.2017, 21:05
Re: explode - by AaronFarley - 24.09.2017, 21:23
Re: explode - by Loinal - 24.09.2017, 21:41
Re: explode - by AaronFarley - 24.09.2017, 22:16
Re: explode - by AfiqIqbal - 25.09.2017, 18:53

Forum Jump:


Users browsing this thread: 1 Guest(s)