07.12.2010, 00:54
(
Последний раз редактировалось XePloiT; 07.12.2010 в 01:10.
)
maybe try this...
pawn Код:
public OnPlayerSpawn(playerid)
{
new cid=GetPlayerSkin(playerid); // fixed
if(cid == 1) SendClientMessage(playerid,COLOR_YELLOW,"Type /work to being a mission!");
// etc..... you got the idea
return 1;
}