10.10.2009, 16:53
Hello,
I create Dialog login..
So now I Got little problem :S
This is the code in "/login":
So, I want to move it to the dialog code .
Like that:
Offcourse I tried and got errors.
How to make it working fine in dialog ?
I create Dialog login..
So now I Got little problem :S
This is the code in "/login":
pawn Код:
strmid(tmppass, tmp, 0, strlen(cmdtext), 255);
OnPlayerLogin(playerid,tmppass);
So, I want to move it to the dialog code .
Like that:
pawn Код:
if(dialogid == 1)
{
if(!response) { return 1; }
// The code is here .
}
Offcourse I tried and got errors.
How to make it working fine in dialog ?