20.03.2009, 19:15
Код:
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;
}
Код:
(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
SendClientMessage(playerid, 0xff000000 , "/health [gives you health] /armour [gives you armour]);
All help is welcome
Many Thanks in advance
Alex

