11.12.2009, 02:06
Quote:
|
Originally Posted by devteamsnDOTcom
well I didn't have it, But I entered it and it is stills showing up.....
Код:
//start /911
if(strcmp(cmd, "/911",true) == 0)
{
SendClientMessage(playerid, 0xff0000AA,"|_________________911_________________|");
SendClientMessage(playerid, 0x00ff00AA,"Hello, This is the communications center");
SendClientMessage(playerid, 0x00ff00AA,"Please type police, paramedic, or fire!");
return 1;
}
//end /911
|

