Posts: 17
Threads: 5
Joined: Jan 2012
Reputation:
0
hy,i have a problem,,, when a player connects on server, the camera go in the sky, but on the minimap you ar able to move,,, i have the AVS, advanced vehicle sistem, when i run the server without it,,, its no problem, but when i load the fs, . boom, player connects and the cammera go in the sky, for every player ! i use 0.3e ! help plz
Posts: 1,753
Threads: 277
Joined: Sep 2010
Reputation:
0
Post the "OnPlayerConnect" of the filterscript.
Posts: 169
Threads: 23
Joined: May 2012
Reputation:
0
You can just add TogglePlayerSpectating(playerid, 1); and when you want to spawn the player you do TogglePlayerSpectating(playerid, 0);
Posts: 17
Threads: 5
Joined: Jan 2012
Reputation:
0
now i think its working ! thx