02.02.2013, 06:41
C:\Users\Nathan\Desktop\Nathan\Development\GTA Server\Evation RP - 3x\gamemodes\ERPfireworks.pwn(87697) : warning 203: symbol is never used: "SendAudioToRange"
^
You defined a variable you're not using.
^
You defined a variable you're not using.
Код:
C:\Users\Nathan\Desktop\Nathan\Development\GTA Server\Evation RP - 3x\gamemodes\ERPfireworks.pwn(8655 : warning 219: local variable "string" shadows a variable at a preceding level
pawn Код:
new str[86];
format(str, sizeof(str), "You're now in debt; you must repay the debt of $%d. If not, you will be arrested...", GetPlayerCash(j));
SendClientMessageEx(j, COLOR_LIGHTRED, str);

