02.12.2012, 23:23
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))
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 |