Posts: 283
Threads: 26
Joined: May 2012
Reputation:
0
Well i'm Just learing Scripting.
and i'm trying to Create a Own script / GM...
On my Server After Login. that Shows
'<<' '>>' 'Spawn'
How to remove it ?
I hope you Got what i mean...
Posts: 3,715
Threads: 358
Joined: Apr 2012
Reputation:
0
use TogglePlayerSpecating OnPlayerRequestClass.
Posts: 283
Threads: 26
Joined: May 2012
Reputation:
0
I tried with False and true.
When i use with false. the players tp to the place where he left but he is not spawning....
When i use true the player tp to Blueberry but not spawning.
Help me ?
Posts: 87
Threads: 22
Joined: Dec 2007
Reputation:
0
SetSpawnInfo - you have to choose a player spawn position. The code I have send you is only spawning player when he connects, It's putting him to "lobby" where he see a way near LV. When the player logs in, you should use TogglePlayerSpectating(playerid, false); and also set his position, skin, and other things.
Posts: 626
Threads: 23
Joined: Nov 2012
Reputation:
0
Use SpawnPlayer in request class.