[QUESTION] What's Wrong With This Command?
#4

pawn Код:
CMD:pow(playerid,params[])
{
    if(IsACop(playerid))
    return cmd_m(playerid, "======YOU SEE FLASHING LIGHTS AND SIRENS======");
    return 1;
}
You forgot to return a value if the player WASN'T a cop.
Reply


Messages In This Thread
[QUESTION] What's Wrong With This Command? - by Anters14 - 20.07.2012, 17:43
Re: [QUESTION] What's Wrong With This Command? - by Rudy_ - 20.07.2012, 17:45
Re: [QUESTION] What's Wrong With This Command? - by Anters14 - 20.07.2012, 17:47
Re: [QUESTION] What's Wrong With This Command? - by Kindred - 20.07.2012, 17:47
Re: [QUESTION] What's Wrong With This Command? - by Anters14 - 20.07.2012, 17:56

Forum Jump:


Users browsing this thread: 1 Guest(s)