17.06.2014, 11:44
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++) {
if (PlayerInfo[i][pADuty] != 0)
format(string, sizeof(string), "[ATM %d]\n{FFFFFF}/atm to use this machine.", atmid);
else
format(string, sizeof(string), "[ATM]\n{FFFFFF}/atm to use this machine.");
}