Auto world setting ! - 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: Auto world setting ! (
/showthread.php?tid=520265)
Auto world setting ! -
KillerStrike23 - 18.06.2014
hello all, at the last pawn compile I tried to test the server. then I saw something weird that when player spawns his world is setten auto to 2 and I checked onplayerconnect, onplayerspawn nothing was showin any ideas ?
Re: Auto world setting ! -
[Cali]ChrOnic_T - 18.06.2014
Set there world back to normal everytime they spawn. and the problem could be one of your filterscripts,
pawn Код:
public OnPlayerSpawn(playerid)
{
SetPlayerVirtualWorld(playerid,0);
return 1;
}
Re: Auto world setting ! -
Ciandlah - 18.06.2014
OnPlayerRequestSpawn or Class - Check there
Re: Auto world setting ! -
TheKillZone - 18.06.2014
Can you please post your OnPlayerSpawn and OnPlayerConnect here please? thanks
Re: Auto world setting ! -
KillerStrike23 - 18.06.2014
Cali I already did, and I don't use fss everything is in my gm.