28.07.2011, 15:05
pawn Код:
native SetDialogPosition(dialogid, Float:x, Float:y);//Sets the dialog's position. [Like a textdraw?]
native SetDialogBackgroundColor(dialogid, color); // Color is hex. (Not sure if this is possible though)
native SetDialogControllable(dialogid, bool:toggle); // Allow/disallow activation of the buttons of the dialog.
native SetDialogSize(dialogid, Float:sizex, Float:sizey);//Set's the dialog's size
native SetPlayerMouseControllable(playerid, bool:toggle); //Allows/disallows use of a player's mouse when in a dialog/has the chat box open.
native TogglePlayerChatbox(playerid, bool:toggle, bool:reactivate); //Toggles the player's chatbox, third param allows/disallows him to reactivate his chatbox using the F7 key.