24.06.2012, 19:17
This is the teleport to marker simple script but without vehicle.
Im looking for a teleport marker with vehicle this time.
Quote:
public OnPlayerClickMap(playerid, Float:fX, Float:fY, Float:fZ) { SetPlayerPos(playerid, fX, fY, fZ); return 1; } |