05.08.2014, 02:01
Thank you. but I have a problem.
the problem is that the random DIALOG, I only run once. and I just wanted the DIALOG, already run would not be repeated.
also I have a warning
warning 213: tag mismatch. is solved by changing this code so.
and the warning is removed, but just keeps coming both ways and said the problem
//
Gracias. pero tengo un problema.
el problema es que el random DIALOG, solo se me ejecuta una sola vez. y yo solo queria que no se repitiera el DIALOG, que ya se ejecuto.
ademбs tengo un advertencia
warning 213: tag mismatch. se soluciona cambiando este cуdigo asн.
y se elimina la advertencia, pero igual las dos formas sigue saliendo el problema que ya dije
the problem is that the random DIALOG, I only run once. and I just wanted the DIALOG, already run would not be repeated.
also I have a warning
warning 213: tag mismatch. is solved by changing this code so.
pawn Код:
DialogUsado [playerid] [1] = 1;
/ / new code:
DialogUsado [playerid] [1] = true;
//
Gracias. pero tengo un problema.
el problema es que el random DIALOG, solo se me ejecuta una sola vez. y yo solo queria que no se repitiera el DIALOG, que ya se ejecuto.
ademбs tengo un advertencia
warning 213: tag mismatch. se soluciona cambiando este cуdigo asн.
pawn Код:
DialogUsado[playerid][1] = 1;
//new code:
DialogUsado[playerid][1] = true;