Syringe script
#9

You have never made a new variable called 'giveplayerid' but you are using 'params[0]'.

From
PHP код:
if(giveplayerid == playerid) return SendClientMessage(playeridCOLOR_GREY"You can not use this command on yourself!"); 
To
PHP код:
if(params[0] == playerid) return SendClientMessage(playeridCOLOR_GREY"You can not use this command on yourself!"); 
Reply


Messages In This Thread
Syringe script - by Avetsky - 29.07.2016, 13:04
Re: Syringe script - by Stuntff - 29.07.2016, 13:07
Re: Syringe script - by Avetsky - 29.07.2016, 13:10
Re: Syringe script - by FuNkYTheGreat - 29.07.2016, 13:15
Re: Syringe script - by Avetsky - 29.07.2016, 13:20
Re: Syringe script - by FuNkYTheGreat - 29.07.2016, 13:23
Re: Syringe script - by Konstantinos - 29.07.2016, 13:30
Re: Syringe script - by Avetsky - 29.07.2016, 16:23
Re: Syringe script - by Logic_ - 29.07.2016, 16:30
Re: Syringe script - by Avetsky - 29.07.2016, 17:33

Forum Jump:


Users browsing this thread: 1 Guest(s)