[HELP] help me please
#5

like this ?

pawn Код:
public OnPlayerUpdate(playerid)
{
    if(!IsPlayerConnected(playerid)) return 1;
    // No weapons in interiors
    if(GetPlayerInterior(playerid) != 0 && GetPlayerWeapon(playerid) != 0) {
        SetPlayerArmedWeapon(playerid,0); // fists
        return 1; // no syncing until they change their weapon
    }
    return 1; //this is disable or not ?
}
Reply


Messages In This Thread
[HELP] help me please - by warlord321 - 29.11.2013, 10:08
Re: [HELP] help me please - by Konstantinos - 29.11.2013, 10:11
Re: [HELP] help me please - by warlord321 - 29.11.2013, 10:17
Re: [HELP] help me please - by Ballu Miaa - 29.11.2013, 10:20
Re: [HELP] help me please - by warlord321 - 29.11.2013, 10:23
Re: [HELP] help me please - by warlord321 - 29.11.2013, 10:53
Re: [HELP] help me please - by Konstantinos - 29.11.2013, 11:00
Re: [HELP] help me please - by warlord321 - 29.11.2013, 12:11

Forum Jump:


Users browsing this thread: 4 Guest(s)