/offprison command - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: /offprison command (
/showthread.php?tid=445562)
/offprison command -
Luca12 - 21.06.2013
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
pawn Код:
if(PlayerInfo[playerid][Zatvoren] == 2)
{
SetPlayerPos(playerid, 107.2300,1920.6311,18.5208);
ResetPlayerWeapons(playerid);
SetPlayerInterior(playerid, 0);
SetPlayerVirtualWorld(playerid, 0);
}
Sorry for my bad english I hope so that you will understand my problem.
Re: /offprison command -
Goldilox - 21.06.2013
Not enough information. Are you sure your offprison code is correct?
Re: /offprison command -
Luca12 - 22.06.2013
I'm sure