15.08.2013, 03:52
Copy those lines , without copying cmd lines and then under ondialogresponse or whatever else it is... Type
if(dialogid == 580)
{
if(!respond) return kick(playerid);
if(respond)
{
// your code here
}
}
and also create login dialog like that but change the dialog id..
if(dialogid == 580)
{
if(!respond) return kick(playerid);
if(respond)
{
// your code here
}
}
and also create login dialog like that but change the dialog id..

