26.01.2015, 12:06
Код:
its Awesome But I try to add the Objects Hat the Black Cowboyhat CMD:add1(playerid,params[]) { AddItem(playerid,18962); return 1; } its not showing in the Inventory why ? if(listid == INVENTORY_MENU) { if(response) { if(modelid == 1239) return SendClientMessage(playerid,-1,"This slot no have item "); if(modelid == 1240) { SendClientMessage(playerid,-1,"Health = 100"); SetPlayerHealth(playerid,100); RemoveItem(playerid,modelid); } if(modelid == 18962) { SendClientMessage(playerid,-1,"Black Cowboy Hat"); SetPlayerAttachedObject(playerid, 0, modelid, 2); } SendClientMessage(playerid,-1,"Inventory"); } else SendClientMessage(playerid, 0xFF0000FF, "Close Inventory"); } why its not showing i tried also other Hat object same thing...