Guest User

Untitled

a guest
Oct 29th, 2014
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. if(ispassenger)
  2. {
  3. for(new i=0;i<sizeof(wheelmencar);i++)
  4. {
  5. if(vehicleid == wheelmencar[i])
  6. {
  7. if(Spieler[playerid][Wanteds] > 0)
  8. {
  9. if(VehicleDriver(vehicleid)
  10. {
  11. SendClientMessage(playerid,COLOR_GRAD2,"Du bezahlst dem Wheelman schonmal $9000.");
  12. }
  13. }
  14. }
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment