Posts: 460
Threads: 42
Joined: Nov 2009
Reputation:
0
Hello, I have a problem when players spawn in my server. They just get frozen but I don't. It could also sometime happen that it occurs an error that removes a player. Does anyone have an idea what this can be about?
Posts: 554
Threads: 49
Joined: Feb 2007
Search for TogglePlayerControllable(playerid,0); @ Public OnPlayerSpawn
Or just insert TogglePlayerControllable(playerid,1);
Posts: 460
Threads: 42
Joined: Nov 2009
Reputation:
0
And the error that removes the player?