Disable
#1

How to disable,When a player is in the dialog can not use another dialog
Reply
#2

You can use a boolean variable ...
Reply
#3

can you give it ?
Reply
#4

Bump !
Reply
#5

In the top of the script:
PHP код:
new bool:InDialog[MAX_PLAYERS]; 
In OnPlayerConnect:
PHP код:
InDialog[playerid] = false
When you show a dialog:
PHP код:
InDialog[playerid] = true
After response/!response:
PHP код:
InDialog[playerid] = false
Reply
#6

i didn't catch you over After Response and When you show a dialog: , Where to put ?
Reply
#7

Bump,Sorry for Double Post sorryy :S, y need it fast plzz help me !
Reply
#8

Bump please help(isn't for spam, y wan't helpp :S
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)