14.07.2010, 15:37
Uhhh can you please explain it more clearly again
But heres my guess :
But heres my guess :
pawn Код:
public OnPlayerSpawn(playerid)
{
new skinid = GetPlayerSkin(playerid);
if(skinid == 0 /* That means it CJ */)
{
SetPlayerPos(playerid, x, y, z);
}
return 1;
}