21.06.2013, 21:48
So i have a put offline player with command /offprison then I go to the server with that account and then I doesn't spawn in area zone or prison zone if you know what I talking about.
this watching if player is on the prisone on the onplayerspawn
Sorry for my bad english I hope so that you will understand my problem.
this watching if player is on the prisone on the onplayerspawn
pawn Код:
if(PlayerInfo[playerid][Zatvoren] == 2)
{
SetPlayerPos(playerid, 107.2300,1920.6311,18.5208);
ResetPlayerWeapons(playerid);
SetPlayerInterior(playerid, 0);
SetPlayerVirtualWorld(playerid, 0);
}