02.04.2012, 11:36
Hey, first sorry on my bad English.
I tried to make a register system, and I did in OnDialogResponse
I did return 0; and if the player didn't wrote nothing the code moving to where you're chosing the skin
I tried to make a register system, and I did in OnDialogResponse
PHP код:
if(strlen(inputtext) < 4 || strlen(inputtext) > 32)
{
// This is an example
// Code
return 0;
}