02.06.2014, 09:58
Pretty neat. A few points -
1) Instead of repeatedly calling GetPlayerVehicleID(playerid) in the TeleportPlayer function, (almost 5 times) why not use a simply variable, would reduce the time. Not a big deal, but still!
2) Also, since your tutorial is 'easy' teleports - there are even better ways of doing this, cancelling the need to even copy paste the commands into your script.
Nice job!
1) Instead of repeatedly calling GetPlayerVehicleID(playerid) in the TeleportPlayer function, (almost 5 times) why not use a simply variable, would reduce the time. Not a big deal, but still!
2) Also, since your tutorial is 'easy' teleports - there are even better ways of doing this, cancelling the need to even copy paste the commands into your script.
Nice job!