Whats wrong here?
#1

Код:
	if(strcmp(cmd, "/commands", true) == 0)
	{
	new Float:Commands;
	SendClientMessage(playerid, 0xff000000 , "/health [gives you health] /armour [gives you armour]);
	
       SendClientMessage(playerid, 0xff000000 , "/kill [kills you] /gotopd [returns you to PD Garage]);
	SendClientMessage(playerid, 0xff000000 , "/getgun [brings up a list of guns to have, just type in the number]);
	return 1;
	}
I cant see what it wants me to do, these are the errors Im getting,

Код:
(230) : error 037: invalid string (possibly non-terminated string)
(230) : error 017: undefined symbol "gives"
(230) : error 017: undefined symbol "you"
: fatal error 107: too many error messages on one line
Row 230 is;
SendClientMessage(playerid, 0xff000000 , "/health [gives you health] /armour [gives you armour]);



All help is welcome


Many Thanks in advance


Alex
Reply


Messages In This Thread
Whats wrong here? - by WanabePC - 20.03.2009, 19:15
Re: Whats wrong here? - by MenaceX^ - 20.03.2009, 19:16
Re: Whats wrong here? - by brett7 - 20.03.2009, 19:20
Re: Whats wrong here? - by MenaceX^ - 20.03.2009, 19:20
Re: Whats wrong here? - by WanabePC - 20.03.2009, 19:23
Re: Whats wrong here? - by WanabePC - 20.03.2009, 19:28
Re: Whats wrong here? - by WanabePC - 20.03.2009, 19:44

Forum Jump:


Users browsing this thread: 1 Guest(s)