Guest User

KG

a guest
Dec 24th, 2009
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.26 KB | None | 0 0
  1. ProximaEstacion(playerid)
  2. {
  3. new cp = random(sizeof PostosdeGas);
  4. playerInMiniMission[playerid]=CreateVehicle(584,0.0,0.0,0.0,0.0,0,1,1);
  5. AttachTrailerToVehicle(playerInMiniMission[playerid],GetPlayerVehicleID(playerid));
  6. //FALTA LO DEL TRAILER
  7. return 1;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment