[Ajuda] PickUP armas
#4

pawn Код:
#include <a_samp>
static JS_WeaponEagle_Pickup;
public OnFilterScriptInit()
{
    JS_WeaponEagle_Pickup = CreatePickup(modelo,1,X,Y,Z,0);
    return 1;
}

public OnFilterScriptExit()
{
    return 1;
}

public OnPlayerPickUpPickup(playerid, pickupid)
{
    if(JS_WeaponEagle_Pickup == pickupid){
        GivePlayerWeapon(playerid, WEAPON_DEAGLE, 500);
        return SendClientMessage(playerid,0xFFFFFFFF,"Voce Pegou Uma Eagle");
    }
    return 1;
}
Reply


Messages In This Thread
PickUP armas - by fackbook - 20.01.2013, 20:49
Re: PickUP armas - by HeyHoLetsGo - 20.01.2013, 20:59
Re: PickUP armas - by Jumper. - 20.01.2013, 21:21
Re: PickUP armas - by jonathan_scripter - 20.01.2013, 21:57
Re: PickUP armas - by HeyHoLetsGo - 20.01.2013, 22:01
Re: PickUP armas - by jonathan_scripter - 20.01.2013, 22:05
Re: PickUP armas - by HeyHoLetsGo - 20.01.2013, 22:10
Re: PickUP armas - by jonathan_scripter - 20.01.2013, 22:12
Re: PickUP armas - by arakuta - 20.01.2013, 22:12
Re: PickUP armas - by Sky™ - 20.01.2013, 22:42

Forum Jump:


Users browsing this thread: 2 Guest(s)