Advertisement
Guest User

Untitled

a guest
Mar 29th, 2015
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. stock VehiculoLSPD(a)
  2. {
  3. for(new i = 0; i < sizeof(AutosFac); i++)
  4. {
  5. if(a == AutosFac[i])
  6. {
  7. return true;
  8. }
  9. }
  10. return false;
  11. }
  12.  
  13. if(VehiculoLSPD(GetPlayerVehicleID(playerid))
  14. {
  15. //Funcion de si estás dentro de un auto de SAPD
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement