OnDialogResponse
#1

Hello I have register/Login system and I have this in my code

pawn Код:
if(!response) return Kick(playerid);
so I made this Dialog list, and if someone presses "Cancel" it will kick the player, so how can I do it?
Reply
#2

pawn Код:
if ( response ) {
 //do something here
}
else {
 kick ( playerid ) ;
}
try this..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)