10.11.2011, 18:29
pawn Код:
//On top of Script
0xFFFF00AA // YEllow
0xFF0000AA // Red
public OnPlayerCommandText(playerid, cmdtext[])
{
//Your other /sfa cmd process
SendClientMessageToAll(playerid,0xFFFF00AA,"Hitman has just Teleported to {EE6700}/sfa.");
return 1;
}