Quote:
Originally Posted by SickAttack
I guess it's like this:
pawn Код:
PlayerInfo[playerid][MSlot] = 0; PlayerInfo[playerid][Slotu] = 0; PlayerInfo[playerid][Weapons[0]] = 0; PlayerInfo[playerid][Weapons[1]] = 0; PlayerInfo[playerid][Ammos[0]] = 0; PlayerInfo[playerid][Ammos[1]] = 0;
If it wasn't, the first two would have another dimension too.
|
Try to see that playerinfo[playerid][Weapons][0] right or PlayerInfo[playerid][Weapons[1]] right. check first and tell us again