[UNSOLVED]SpawnPlayer
#1

How do I SpawnPlayer(playerid); when he is in vehicle?
if using this, when I am in vehicle, everything wents wrong.. if removing player from vehicle (RemovePlayerFromVehicle(playerid)
and then using SpawnPlayer(playerid); it does the same. Any ideas how to spawn player when he is in vehicle correctly? :\
Reply
#2

You mean set a timer, or something?
Reply
#3

OnPlayerStateChange
Reply
#4

An example please? )
Reply
#5

Bump.. anyone?
Reply
#6

pawn Код:
SetPlayerPos(playerid,0.0,0.0,0.0);
SpawnPlayer(playerid);
Reply
#7

Quote:
Originally Posted by Joe Staff
pawn Код:
SetPlayerPos(playerid,0.0,0.0,0.0);
SpawnPlayer(playerid);
Works! Thank you.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)