Inventory Dropping
#13

Thank you very much.
So i would just call the function like this right?
PHP код:
format(stringsizeof(string), "Has dropped a %s from their inventory.",GetItemName(modelid)); 
Edit:
PHP код:
format(str,sizeof(str),"%s(%i) has dropped a %s from their inventory.",PlayerName(playerid),playerid,GetItemName(modelid)); 
Doesn't display anything.
PHP код:
format(str,sizeof(str),"%s(%i) has dropped a %s from their inventory.",PlayerName(playerid),playerid,GetItemName(playerid)); 
This does show Industrial scraps instead of an 9mm.

PHP код:
case 346format(namesizeof(name), "9mm");
case 
849format(namesizeof(name), "Industrial Scraps"); 
How should i do it?
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: 1 Guest(s)