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

Well I Tried Scripting a Command For PD Called /pow Which Sends a Message Saying You See Flashing Lights And Sirens Using Cmd_m. I Get An Error From It. Also Can Someone Help Me Find An ID Of a Red Flashing Light, Thanks!

Here's The CMD:
Код:
CMD:pow(playerid,params[])
{
    if(IsACop(playerid))
	return cmd_m(playerid, "======YOU SEE FLASHING LIGHTS AND SIRENS======");
}
Here's The Warning;
Код:
warning 209: function "cmd_pow" should return a value
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: 2 Guest(s)