02.02.2013, 06:39
C:\Users\Nathan\Desktop\Nathan\Development\GTA Server\Evation RP - 3x\gamemodes\ERPfireworks.pwn(74245) : warning 202: number of arguments does not match definition
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
C:\Users\Nathan\Desktop\Nathan\Development\GTA Server\Evation RP - 3x\gamemodes\ERPfireworks.pwn(87697) : warning 203: symbol is never used: "SendAudioToRange"
The bottom line (87697) doesn't exist.
line:74245 new audioid = SendAudioURLToRange(inputtext,volume,seek,aX,aY,aZ ,range);
Line:86558 new string[86];
format(string, sizeof(string), "You're now in debt; you must repay the debt of $%d. If not, you will be arrested...", GetPlayerCash(j));
SendClientMessageEx(j, COLOR_LIGHTRED, string);
MoneyMessage[j] = 1;
Thanks.
C:\Users\Nathan\Desktop\Nathan\Development\GTA Server\Evation RP - 3x\gamemodes\ERPfireworks.pwn(8655

C:\Users\Nathan\Desktop\Nathan\Development\GTA Server\Evation RP - 3x\gamemodes\ERPfireworks.pwn(87697) : warning 203: symbol is never used: "SendAudioToRange"
The bottom line (87697) doesn't exist.
line:74245 new audioid = SendAudioURLToRange(inputtext,volume,seek,aX,aY,aZ ,range);
Line:86558 new string[86];
format(string, sizeof(string), "You're now in debt; you must repay the debt of $%d. If not, you will be arrested...", GetPlayerCash(j));
SendClientMessageEx(j, COLOR_LIGHTRED, string);
MoneyMessage[j] = 1;
Thanks.