28.05.2014, 09:07
[pawn]
C:\Users\Notis\Desktop\GTA SA-MP Server\gamemodes\CnR.pwn(1931) : error 006: must be assigned to an array
C:\Users\Notis\Desktop\GTA SA-MP Server\gamemodes\CnR.pwn(1932) : error 006: must be assigned to an array[/code]
Why ?
C:\Users\Notis\Desktop\GTA SA-MP Server\gamemodes\CnR.pwn(1931) : error 006: must be assigned to an array
C:\Users\Notis\Desktop\GTA SA-MP Server\gamemodes\CnR.pwn(1932) : error 006: must be assigned to an array[/code]
pawn Код:
On the cmd:ban command:
PlayerInfo[targetid][pBanned] = 1;
PlayerInfo[targetid][pBannedBy] = pName; // error 1
PlayerInfo[targetid][pBannedFor] = reason; //error 2