What is wrong with this cmd
#9

Try to add an else statement? Like:
pawn Код:
if(GetPVarInt(playerid, "Admin") < 1)return SendMessage(playerid, "You can't use this command!");
else
{
    //Code Here
}
I had to do this sometimes in my script
Reply


Messages In This Thread
What is wrong with this cmd - by NoobScripter1 - 07.10.2010, 18:14
Re: What is wrong with this cmd - by Andy_McKinley - 07.10.2010, 18:16
Re: What is wrong with this cmd - by NoobScripter1 - 07.10.2010, 18:16
Re: What is wrong with this cmd - by The_Moddler - 07.10.2010, 18:19
Re: What is wrong with this cmd - by NoobScripter1 - 07.10.2010, 18:20
Re: What is wrong with this cmd - by NoobScripter1 - 07.10.2010, 18:22
Re: What is wrong with this cmd - by NoobScripter1 - 07.10.2010, 18:35
Re: What is wrong with this cmd - by The_Moddler - 07.10.2010, 18:38
Re: What is wrong with this cmd - by Fj0rtizFredde - 07.10.2010, 18:44
Re: What is wrong with this cmd - by NoobScripter1 - 07.10.2010, 18:45

Forum Jump:


Users browsing this thread: 1 Guest(s)