Posts: 489
Threads: 102
Joined: Apr 2010
Reputation:
0
Im not sure what i should do for my /stats command on a RP script i am developing (Medium/stric RP if that matters)...
Dialog box or SendclientMessage ?? I am just wondering what people prefer and what whether dialog boxes would even work for showing stats of a player..
-thanks
Posts: 663
Threads: 42
Joined: May 2009
Reputation:
0
You could use 'DIALOG_STYLE_MSGBOX' to display a list of stats.
Posts: 489
Threads: 102
Joined: Apr 2010
Reputation:
0
Yeah i know but do people prefer the dialog box method or the classic sendclientmessage method?
Posts: 663
Threads: 42
Joined: May 2009
Reputation:
0
Well I prefer dialogs, it leaves player chat undisturbed. Can be rather annoying for players when they have to scroll up and down on the chat.
Posts: 709
Threads: 63
Joined: Feb 2009
Reputation:
0
Displaying it with text is more comfortable if they want to view their stats while driving or such, a messagebox would cover up a part of their screen, might be irritating.
Posts: 489
Threads: 102
Joined: Apr 2010
Reputation:
0
Yeah Elorreli, thats what i was thinking...
mhm, i think i will just make dialog boxes and maybe make a option to change it to chat box in the future...
Posts: 967
Threads: 99
Joined: Oct 2010
Reputation:
0
On samp should be created an specific menu, looking likes the common one, but on the left or right corner of screen. Since use on SendClientMessage, and other player talks, it'd gone. With MSGBOX, as elorelli said, would block part of screen viewing.
Posts: 1,466
Threads: 7
Joined: Jun 2009
Reputation:
0
A textdraw in the middle of the screen with a light textdraw box and white text which could be disabled by pressing MMB or something.