26.03.2017, 11:51
(
Последний раз редактировалось jasperschellekens; 26.03.2017 в 12:22.
)
Thank you very much.
So i would just call the function like this right?
Edit:
Doesn't display anything.
This does show Industrial scraps instead of an 9mm.
How should i do it?
So i would just call the function like this right?
PHP код:
format(string, sizeof(string), "Has dropped a %s from their inventory.",GetItemName(modelid));
PHP код:
format(str,sizeof(str),"%s(%i) has dropped a %s from their inventory.",PlayerName(playerid),playerid,GetItemName(modelid));
PHP код:
format(str,sizeof(str),"%s(%i) has dropped a %s from their inventory.",PlayerName(playerid),playerid,GetItemName(playerid));
PHP код:
case 346: format(name, sizeof(name), "9mm");
case 849: format(name, sizeof(name), "Industrial Scraps");