Inventory Dropping
#6

Consider using the dynamic pickups because the streamer plugins stores all information in memory. You can use Streamer_GetIntData to query for the modelid.
PHP код:
new objectName[16];

switch(
Streamer_GetIntData(STREAMER_TYPE_PICKUPpickupidE_STREAMER_MODEL_ID))
{
    case 
346objectName "a 9mm";
    
// other cases
    
default: objectName "something";
}

format(str,sizeof(str),"%s(%i) has picked up %s from their surroundings",PlayerName(playerid),playeridobjectName); 
Reply


Messages In This Thread
Inventory Dropping - by jasperschellekens - 25.03.2017, 10:54
Re: Inventory Dropping - by Mencent - 25.03.2017, 10:55
Re: Inventory Dropping - by jasperschellekens - 25.03.2017, 11:25
Re: Inventory Dropping - by Mencent - 25.03.2017, 11:54
Re: Inventory Dropping - by jasperschellekens - 25.03.2017, 12:04
Re: Inventory Dropping - by Vince - 25.03.2017, 12:20
Re: Inventory Dropping - by jasperschellekens - 25.03.2017, 14:52
Re: Inventory Dropping - by Pottus - 25.03.2017, 15:00
Re: Inventory Dropping - by jasperschellekens - 25.03.2017, 15:17
Re: Inventory Dropping - by Pottus - 25.03.2017, 17:33
Re: Inventory Dropping - by jasperschellekens - 25.03.2017, 22:55
Re: Inventory Dropping - by raydx - 26.03.2017, 09:01
Re: Inventory Dropping - by jasperschellekens - 26.03.2017, 11:51

Forum Jump:


Users browsing this thread: 3 Guest(s)