14.04.2009, 18:51
You have to make Teams if you want it to look better.
Anway
Add this to OnPlayerSpawn
Anway
Add this to OnPlayerSpawn
Quote:
new string[50]; new name[MAX_PLAYER_NAME]; if(GetPlayerSkin(playerid) == POLICESKIN) //CHANGE POLICE SKIN TO YOUR POLICE`S SKIN { format(string, sizeof(string), "Welcome to Officer: %d", name); SendClientMessageToAll(0x00FF00AA, string); } |