can someone help me with this?
#5

Another Method...

Код:
new playa_ammo[MAX_PLAYERS][13];
new playa_weapon[MAX_PLAYERS][13];
>> OnPlayerEnterVehicle

Код:
for(new i = 0;i<13;i++)GetPlayerWeaponData(playerid, i, playa_weapon[playerid][i], playa_ammo[playerid][i]);
ResetPlayerWeapons(playerid);
>> OnPlayerExitVehicle
Код:
for(new i = 0;i<13;i++)GivePlayerWeapon(playerid,playa_weapon[playerid][i],playa_ammo[playerid][i]);
Reply


Messages In This Thread
can someone help me with this? - by TheChaoz - 23.02.2010, 15:25
Re: can someone help me with this? - by Rizard - 23.02.2010, 15:33
Re: can someone help me with this? - by TheChaoz - 23.02.2010, 15:54
Re: can someone help me with this? - by wafffllesss - 23.02.2010, 16:02
Re: can someone help me with this? - by BlackFoX - 23.02.2010, 16:14
Re: can someone help me with this? - by TheChaoz - 23.02.2010, 16:24

Forum Jump:


Users browsing this thread: 1 Guest(s)