09.01.2015, 05:36
pawn Код:
if(slot == 2 && vInfo[veh][StoredSlot2] == 0)
{
vInfo[veh][StoredSlot2] = GetPlayerWeapon(playerid);
vInfo[veh][StoredSlot2Ammo] = GetPlayerAmmo(playerid); //1755
}
pawn Код:
C:\Users\MrSwindle\Desktop\LSC-RP\pawno\include\YSI\y_hooks/impl.inc(1755) : error 025: function heading differs from prototype