Errors with a command.
#1

pawn Код:
new playerb, string[128];
            format(string,50,"%d.%d",array[0],array[1]); - THS IS THE ONE THAT IS GIVING ME PROBLEMS.
            new sendername[MAX_PLAYER_NAME];
            new tmp[128], idx, cmd[128];
            tmp = strtok(params, idx);
            if(!strlen(tmp))
ERRORS:
Quote:

C:\Users\Grant\Desktop\GGNGS\GGN - SAMP\gamemodes\ZRP.pwn(2592) : warning 235: public function lacks forward declaration (symbol "PlayerToPoint")
C:\Users\Grant\Desktop\GGNGS\GGN - SAMP\gamemodes\ZRP.pwn(8435) : warning 217: loose indentation
C:\Users\Grant\Desktop\GGNGS\GGN - SAMP\gamemodes\ZRP.pwn(8441) : warning 217: loose indentation
C:\Users\Grant\Desktop\GGNGS\GGN - SAMP\gamemodes\ZRP.pwn(13562) : warning 217: loose indentation
C:\Users\Grant\Desktop\GGNGS\GGN - SAMP\gamemodes\ZRP.pwn(13563) : error 017: undefined symbol "array"
C:\Users\Grant\Desktop\GGNGS\GGN - SAMP\gamemodes\ZRP.pwn(13563) : warning 215: expression has no effect
C:\Users\Grant\Desktop\GGNGS\GGN - SAMP\gamemodes\ZRP.pwn(13563) : error 001: expected token: ";", but found "]"
C:\Users\Grant\Desktop\GGNGS\GGN - SAMP\gamemodes\ZRP.pwn(13563) : error 029: invalid expression, assumed zero
C:\Users\Grant\Desktop\GGNGS\GGN - SAMP\gamemodes\ZRP.pwn(13563) : fatal error 107: too many error messages on one line

Reply


Messages In This Thread
Errors with a command. - by MrSnapp - 02.12.2012, 23:23
Re: Errors with a command. - by LarzI - 03.12.2012, 08:05
Re: Errors with a command. - by RajatPawar - 03.12.2012, 08:08

Forum Jump:


Users browsing this thread: 1 Guest(s)