help weapon slot
#3

@Nonameman, you couldn't complicate it mroe, could you?

pawn Код:
stock IsWeaponInSlot(playerid, slot)
{
    new wdata[2]; GetPlayerWeaponData(playerid,slot,wdata[0],wdata[1]);
    if(wdata[0] > 0) return 1;
    else return 0;
}
Reply


Messages In This Thread
help weapon slot - by xinix000 - 28.08.2010, 16:09
Re: help weapon slot - by Nonameman - 28.08.2010, 20:53
Re: help weapon slot - by Sergei - 28.08.2010, 21:01
Re: help weapon slot - by Nonameman - 29.08.2010, 08:31

Forum Jump:


Users browsing this thread: 1 Guest(s)