19.06.2012, 15:18
How can I get the ALL of the weapons that a person is carrying? As it's going to be saved into the SQL.
Thanks!
Thanks!
new weapons[MAX_PLAYERS][12];
stock GetAllWeapons(playerid)
{
for(new i=0; i<=12; i++) weapons[playerid][i] = GetPlayerWeapon(playerid);
}
|
Untested;
pawn Код:
|