i need idea.
#4

You tried like this:
PHP код:
public OnPlayerUpdate(playerid)
{
    if(
GetPlayerWeapon(playerid) == && !IsPlayerInAnyVehicle(playerid))
    {
        
RemovePlayerAttachedObject(playerid,0);
        
SetPlayerAttachedObject(playerid,0,2045,6,0.039999,0.000000,0.250000,90.000000,0.000000,0.000000,3.800000,1.300000,3.800000);
    }
    else
    {
        
RemovePlayerAttachedObject(playerid,0);
    }
    return 
true;

?
Reply


Messages In This Thread
i need idea. - by EviLpRo - 31.07.2011, 10:11
Re: i need idea. - by Toreno - 31.07.2011, 10:14
Re: i need idea. - by EviLpRo - 31.07.2011, 10:16
Re: i need idea. - by MoroDan - 31.07.2011, 10:20
Re: i need idea. - by EviLpRo - 31.07.2011, 10:21
Re: i need idea. - by EviLpRo - 31.07.2011, 11:26
Re: i need idea. - by EviLpRo - 31.07.2011, 17:13
Re: i need idea. - by EviLpRo - 01.08.2011, 07:51

Forum Jump:


Users browsing this thread: 1 Guest(s)