Pickups Problem
#6

Quote:
Originally Posted by VishvaJeet
Посмотреть сообщение
if you are using CreatePickup() then use
pawn Код:
new Skills_Point =  CreatePickup(model, type, Float:X, Float:Y, Float:Z, Virtualworld);

OnPlayerPickUpPickup(playerid,  pickupid)
{
    if(pickupid == Skills_Point)
    {
        SetPlayerInterior(playerid,7);
        return 1;
    }
}
I am using this command 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)