20.03.2009, 19:20
pawn Код:
if(strcmp(cmd, "/commands", true) == 0)
{
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;
}