20.01.2012, 09:31
Xii I made a reg system but i dont know how to make when i register to says You have registered and when i login to says You Have Logged In. How to make it ??
In a Dialog...
In a Dialog...
SendClientMessage
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_INPUT, "Log in","Enter your password to login:","Login","Cancel");
if(dialogid==1)
{
if(response) // The first button (Login)
{
// Your script here
}
if(!response) // The second button (Cancel)
{
// Your script here
}
if(dialogid == dialogid123) //Register or Login System Dialog id