28.03.2012, 07:44
Guys i just made a Login and Register system using Dialog
now i dont want them to be put in OnDialogResponse and Etc..
i want to make a callback
OnPlayerLogin(playerid,password[])
{
}
and
OnPlayerRegister(playerid,passwoerd[])
{
}
now i put my login script on OnPlayerLogin
but nothing happend
what should i do??
now i dont want them to be put in OnDialogResponse and Etc..
i want to make a callback
OnPlayerLogin(playerid,password[])
{
}
and
OnPlayerRegister(playerid,passwoerd[])
{
}
now i put my login script on OnPlayerLogin
but nothing happend
what should i do??