Guest User

Untitled

a guest
Sep 14th, 2018
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. new Float:zYP, Float:zXP;
  2. function PWarHighCheck(playerid)
  3. {
  4. new Float:zZP;
  5. GetPlayerPos(playerid, zXP,zYP,zZP);
  6. if(zZP < 46.1413 && PWarBattle[playerid][InPWar] == true)
  7. {
  8. PLozzerPWar(playerid);
  9. return 1;
  10. }
  11. if(PWarBattle[playerid][InPWar] == true) SetTimerEx("PWarHighCheck", 1000, false, "d", playerid);
  12. return 1;
  13. }
  14. // ----------- Sends me:
  15. C:\Users\daniel pc\Desktop\GTA-IL\gamemodes\GCRP.pwn(17976) : error 029: invalid expression, assumed zero
  16. C:\Users\daniel pc\Desktop\GTA-IL\gamemodes\GCRP.pwn(17976) : error 012: invalid function call, not a valid address
  17. C:\Users\daniel pc\Desktop\GTA-IL\gamemodes\GCRP.pwn(17976) : warning 215: expression has no effect
  18. C:\Users\daniel pc\Desktop\GTA-IL\gamemodes\GCRP.pwn(17976) : error 001: expected token: ";", but found ")"
  19. C:\Users\daniel pc\Desktop\GTA-IL\gamemodes\GCRP.pwn(17976) : fatal error 107: too many error messages on one line
  20.  
  21.  
  22. Can you guys help me with that? tried everything
Advertisement
Add Comment
Please, Sign In to add comment