15.12.2014, 19:58
Thanks, but I am getting 4 errors on the same line
This is that line
Код:
(13833) : error 012: invalid function call, not a valid address (13833) : warning 215: expression has no effect (13833) : error 001: expected token: ";", but found ")" (13833) : error 029: invalid expression, assumed zero (13833) : fatal error 107: too many error messages on one line
Код:
format(tmp, sizeof(tmp), "Admin %s (ID:%d) gave %s (ID:%d) a %s with %d ammo", PlayerName(playerid), playerid, PlayerName(lookupid), lookupid, wname, ammo);