#1

in ravens roleplay when u write yr password u striaght away spawn my free roam server when u write yr pass u have to press spawn to spawn :/ can someone help
Reply
#2

Find out OnPlayerConnect then:

put in the ends of it this code:

pawn Код:
SpawnPlayer(playerid);
Reply
#3

Not Work^
Reply
#4

Any Other Suggestions?
Reply
#5

Add the spawnplayer(playerid) inside onplayerrequestspawn
Reply
#6

If i understand right you want to remove the "spawn" button and spawn automaticlly?
IF yes
What i did:
Put
pawn Код:
TogglePlayerSpectating(playerid, 1)
on PlayerConnect AFTER the Login/Register Dialog otherwise the dialog will not show. After he logged in (I had OnPlayerLogin) put
pawn Код:
TogglePlayerSpectating(playerid, 0)
and right after that
pawn Код:
SpawnPlayer(playerid)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)