30.11.2011, 23:51
And, What is wrong with this Coding?
Its been a while since i coded :P
pawn Код:
public OnPlayerSpawn(playerid)
{
if(PlayerInfo[playerid][pJail] ==1)
{
new id;
SetPlayerInterior(playerid,10);
SetPlayerVirtualWorld(id, 2);
SetPlayerPos(id,227.69999694824,109,999.09997558594);
}
else if
{
if(PlayerInfo[playerid][pAdmin] <=1)
{
SetPlayerSkin(playerid, PlayerInfo[playerid][pSkin]);
}
}
else
{
SetPlayerInterior(playerid,0);
}
return 1;
}

