28.04.2010, 13:16
i got that:
and get "error 017: undefined symbol "w""...
the line is the "format(msg...." line
Код:
new msg[256]; new weapons[13][2]; for(new w = 0; w < 13; w++) GetPlayerWeaponData(pid, w, weapons[w][0], weapons[w][1]); format(msg, sizeof(msg), "Result: Weapon: %d", weapons[w][0]); SendClientMessage(playerid, RED, msg);
the line is the "format(msg...." line