Auto world setting !
#1

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 ?
Reply
#2

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;
}
Reply
#3

OnPlayerRequestSpawn or Class - Check there
Reply
#4

Can you please post your OnPlayerSpawn and OnPlayerConnect here please? thanks
Reply
#5

Cali I already did, and I don't use fss everything is in my gm.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)