19.07.2012, 17:02
Add this under public OnPlayerSpawn(playerid)
Remember to change the color you want the text to be shown in as you have defined.
Hope I helped you.
Код:
if (GetPlayerSkin(playerid == 0+29+299+86+298)) SendClientMessage(playerid, COLOR_RED, "You are a Trucker!"); if (GetPlayerSkin(playerid == 61)) SendClientMessage(playerid, COLOR_RED, "You are a Pilot!"); if (GetPlayerSkin(playerid == 280+285+286+287)) SendClientMessage(playerid, COLOR_RED, "You are a Policeman!"); if (GetPlayerSkin(playerid == 50)) SendClientMessage(playerid, COLOR_RED, "You are an Assistant!"); return 1; }
Hope I helped you.

