Wiruspwns

Untitled

Aug 12th, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. public RACtime(playerid)
  2. {
  3. new bool:unwanted[CAR_AMOUNT];
  4. SendClientMessageToAll(ZELENA,"Vozila su respawnana!");
  5. for(new player=0; player<MAX_PLAYERS; player++)
  6. foreach (Player, i)
  7. {
  8. if(IsPlayerInAnyVehicle(i)) { unwanted[GetPlayerVehicleID(i)]=true; }
  9. }
  10. for(new car = 0; car <= 500; car++)
  11. {
  12. if(!unwanted[car]) SetVehicleToRespawn(car);
  13. }
  14. return 1;
  15. }
  16.  
  17.  
  18.  
  19.  
  20.  
  21. D:\SAMP Server\EGRP\gamemodes\DRP.pwn(8712) : error 017: undefined symbol "AntiDeAMX"
  22. D:\SAMP Server\EGRP\gamemodes\DRP.pwn(33972) : error 029: invalid expression, assumed zero
  23. D:\SAMP Server\EGRP\gamemodes\DRP.pwn(33972) : error 004: function "RACtime" is not implemented
  24. D:\SAMP Server\EGRP\gamemodes\DRP.pwn(33974) : error 017: undefined symbol "CAR_AMOUNT"
  25. D:\SAMP Server\EGRP\gamemodes\DRP.pwn(33974) : error 009: invalid array size (negative, zero or out of bounds)
  26. D:\SAMP Server\EGRP\gamemodes\DRP.pwn(33974) : error 036: empty statement
  27. D:\SAMP Server\EGRP\gamemodes\DRP.pwn(33974) : fatal error 107: too many error messages on one line
  28.  
  29. Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
  30.  
  31.  
  32. 7 Errors.
Advertisement
Add Comment
Please, Sign In to add comment