21.12.2013, 14:29
I mean is which part do i need to show it?
or this?
or this?
Код:
if((dialogid == EDITTOYS2)) { if(response) switch(listitem) { case 0: ShowPlayerDialog(playerid, 9999, DIALOG_STYLE_LIST, "Select a Bone", "Spine\nHead\nLeft upper arm\nRight upper arm\nLeft hand\nRight hand\nLeft thigh\nRight thigh\nLeft foot\nRight foot\nRight calf\nLeft calf\nLeft forearm\nRight forearm\nLeft clavicle\nRight clavicle\nNeck\nJaw", "Select", "Cancel"); case 1: { SendClientMessage(playerid, COLOR_WHITE, "HINT: Hold {8000FF}~k~~PED_SPRINT~ {FFFFAA}to move your camera, press escape to cancel"); EditAttachedObject(playerid, GetPVarInt(playerid, "ToySlot")); } }