Wrong ammo
#1

hello,
server give wrong ammo.how to fix it?
give the player weapon id 29 with 1000 ammo and weapon id 22 with 100 ammo
pawn Код:
GivePlayerWeapon(playerid,29,500);
        GivePlayerWeapon(playerid,31,400);
        GivePlayerWeapon(playerid,22,50);
        SetCameraBehindPlayer(playerid);
Fixed.Problem :
AddPlayerClass(skin, Float:x, Float:y, Float:z, Float:Angle, weapon1, weapon1_ammo, weapon2, weapon2_ammo, weapon3, weapon3_ammo)
Reply
#2

pawn Код:
GivePlayerWeapon(playerid,29,1000);
GivePlayerWeapon(playerid,31,400);
GivePlayerWeapon(playerid,22,100);
SetCameraBehindPlayer(playerid);
Is this what you're asking for?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)