#1

There is a spawn button under the login looks like this << SPAWN >> i know you cant remove it, im making a freeroam server but when u write you password then u click login after this u have to click spawn, for some reason it doesnt spawn the player straight after he clicks login can somone help? i have
Quote:

SetSpawnInfo(playerid, 0, 2, 1683.0627, -2244.2290, 13.5427, 179.8361, 0, 0, 0, 0, 0, 0);
SpawnPlayer(playerid);

still doesnt do anything :/
Reply
#2

Put :

pawn Код:
SetSpawnInfo(playerid, 0, 2, 1683.0627, -2244.2290, 13.5427, 179.8361, 0, 0, 0, 0, 0, 0);
SpawnPlayer(playerid);
Under the login part..
Reply
#3

Put that under OnPlayerConnect...
Reply
#4

i might be stupid :/ Sorry Lol Thanks :P i might be sleepy maybe thats the reason for the dum xD
Reply
#5

Quote:
Originally Posted by chuck100
Посмотреть сообщение
Put that under OnPlayerConnect...
That will directly spawns him when he connects, so he will login when he is spawned.
Reply
#6

TogglePlayerSpectating lets you remove the class/spawn buttons...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)