04.09.2010, 14:28
Afe aki deu erro
pawn Код:
C:\Documents and Settings\Particular\Desktop\SA-MP SERVER\gamemodes\ai.pwn(1513) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Particular\Desktop\SA-MP SERVER\gamemodes\ai.pwn(1904) : error 047: array sizes do not match, or destination array is too small
C:\Documents and Settings\Particular\Desktop\SA-MP SERVER\gamemodes\ai.pwn(1917) : error 001: expected token: ",", but found ";"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
pawn Код:
format(str, sizeof(str), "(DM): Kills: %d || Deaths: %d || Ratio: %.2f " ,kills,deaths, Ratio);
format(string, sizeof(string), "(GERAL) Money:$ %i ", GetPlayerMoney(strval(tmp));