Pickups Problem
#1

Hello , i made pickup inside Ammunation . The pickup is visible but the OnPlayerPickupPickup Don't work .

Following is my OnPlayerPickupPickup code.
PHP код:
if(pickupid == Skills_Point)
    {
        
SetPlayerInterior(playerid,7);
        return 
1;
    } 
I want to set the player interior to Ammunation booths and its interior id is 7 but it isn't working.
Reply


Messages In This Thread
Pickups Problem - by Arxalan - 19.01.2015, 10:15
Re: Pickups Problem - by Diti1 - 19.01.2015, 10:30
Re: Pickups Problem - by Arxalan - 19.01.2015, 10:36
Re: Pickups Problem - by Ironboy - 19.01.2015, 10:39
Re: Pickups Problem - by VishvaJeet - 19.01.2015, 11:49
Re: Pickups Problem - by Arxalan - 19.01.2015, 14:44
Re: Pickups Problem - by Matess - 19.01.2015, 14:49
Re: Pickups Problem - by Arxalan - 19.01.2015, 14:51
Re: Pickups Problem - by Matess - 19.01.2015, 14:54
Re: Pickups Problem - by Arxalan - 19.01.2015, 14:59

Forum Jump:


Users browsing this thread: 1 Guest(s)