Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- new Float:zYP, Float:zXP;
- function PWarHighCheck(playerid)
- {
- new Float:zZP;
- GetPlayerPos(playerid, zXP,zYP,zZP);
- if(zZP < 46.1413 && PWarBattle[playerid][InPWar] == true)
- {
- PLozzerPWar(playerid);
- return 1;
- }
- if(PWarBattle[playerid][InPWar] == true) SetTimerEx("PWarHighCheck", 1000, false, "d", playerid);
- return 1;
- }
- // ----------- Sends me:
- C:\Users\daniel pc\Desktop\GTA-IL\gamemodes\GCRP.pwn(17976) : error 029: invalid expression, assumed zero
- C:\Users\daniel pc\Desktop\GTA-IL\gamemodes\GCRP.pwn(17976) : error 012: invalid function call, not a valid address
- C:\Users\daniel pc\Desktop\GTA-IL\gamemodes\GCRP.pwn(17976) : warning 215: expression has no effect
- C:\Users\daniel pc\Desktop\GTA-IL\gamemodes\GCRP.pwn(17976) : error 001: expected token: ";", but found ")"
- C:\Users\daniel pc\Desktop\GTA-IL\gamemodes\GCRP.pwn(17976) : fatal error 107: too many error messages on one line
- Can you guys help me with that? tried everything
Advertisement
Add Comment
Please, Sign In to add comment