11.12.2009, 02:05
well I didn't have it, But I entered it and it is stills showing up.....
Here is the command for my 911, so far... not done yet
Here is the command for my 911, so far... not done yet
Код:
//start /911 if (strcmp("/911", cmdtext, true, 10) == 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