13.07.2015, 19:16
Quote:
You can't use the vehicleid, you need to keep track of which vehicle spawns as the admin vehicle EVERY time it spawns.
|
new Float:PlayerPos[ 3 ];
GetPlayerPos(playerid, PlayerPos[ 0 ], PlayerPos[ 1 ], PlayerPos[ 2 ]);
SetPlayerPos(playerid, PlayerPos[ 0 ], PlayerPos[ 1 ], PlayerPos[ 2 ]);