Please help with error...
#1

I have a problem.... Can you help me?
pawn Код:
D:\Games\OnSpeed MOD\gamemodes\OnSpeed.pwn(10444) : error 029: invalid expression, assumed zero
D:\Games\OnSpeed MOD\gamemodes\OnSpeed.pwn(10444) : error 017: undefined symbol "i"
D:\Games\OnSpeed MOD\gamemodes\OnSpeed.pwn(10444) : error 029: invalid expression, assumed zero
D:\Games\OnSpeed MOD\gamemodes\OnSpeed.pwn(10444) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664           Copyright (c) 1997-2006, ITB CompuPhase


4 Errors
At line 10444 write this:if(Robbed[%i] == 1)
Forget all command:
pawn Код:
if(Robbed[%i] == 1)
         {
             if(RobbedTime[i] <= 0)
             {
                 RobbedTime[i] = 0;
               Robbed[i] = 0;
             }
             else
             {
                 RobbedTime[i] -= 1;
             }
         }
Reply


Messages In This Thread
Please help with error... - by Gaby29 - 20.11.2011, 09:37
Re: Please help with error... - by Eo - 20.11.2011, 09:42
Re: Please help with error... - by Kostas' - 20.11.2011, 09:45
Re: Please help with error... - by Eo - 20.11.2011, 09:49
Re: Please help with error... - by Gaby29 - 20.11.2011, 09:51
Re: Please help with error... - by Joshb93 - 20.11.2011, 09:53
Re: Please help with error... - by Eo - 20.11.2011, 09:53
Re: Please help with error... - by Sinc - 20.11.2011, 10:09
Re: Please help with error... - by Gaby29 - 20.11.2011, 10:13
Re: Please help with error... - by Joshb93 - 20.11.2011, 10:16

Forum Jump:


Users browsing this thread: 4 Guest(s)