[Pb] Function strlen
#1

Bonjour,

Aujourd'hui je vient vous voir car j'ai un problиme avec une fonction dont j'aurai beaucoup l'utilitй.

[pawn]if(strlen(inputtext) < 1){

SendMessage(playerid, COLOR_SERVER, "Problиme : "COL_RED"Aucun вge n'a йtй saisi, veuillez saisir l'вge de votre personnage.");

return ShowPlayerDialog(playerid, 1, DIALOG_STYLE_INPUT, COL_SERVER"Information", COL_SERVER"Veuillez saisir l'вge de votre personnage.\n"COL_GREEN"Cette information pourra кtre changйe par la suite.", "Continuer", "Quitter");

}

new old = strval(inputtext);

if(old < 18 || old > 60){

SendMessage(playerid, COLOR_SERVER, "Problиme : "COL_RED"L'вge de votre personnage est incorrect, l'вge du personnage doit кtre entre 18 et 60 ans.");

return ShowPlayerDialog(playerid, 1, DIALOG_STYLE_INPUT, COL_SERVER"Information", COL_SERVER"Veuillez saisir l'вge de votre personnage.\n"COL_GREEN"Cette information pourra кtre changйe par la suite.", "Continuer", "Quitter");

}[/pawn]

[pawn]if(!strlen(inputtext)){

SendMessage(playerid, COLOR_SERVER, "Problиme : "COL_RED"Aucun вge n'a йtй saisi, veuillez saisir l'вge de votre personnage.");

return ShowPlayerDialog(playerid, 1, DIALOG_STYLE_INPUT, COL_SERVER"Information", COL_SERVER"Veuillez saisir l'вge de votre personnage.\n"COL_GREEN"Cette information pourra кtre changйe par la suite.", "Continuer", "Quitter");

}

new old = strval(inputtext);

if(old < 18 || old > 60){

SendMessage(playerid, COLOR_SERVER, "Problиme : "COL_RED"L'вge de votre personnage est incorrect, l'вge du personnage doit кtre entre 18 et 60 ans.");

return ShowPlayerDialog(playerid, 1, DIALOG_STYLE_INPUT, COL_SERVER"Information", COL_SERVER"Veuillez saisir l'вge de votre personnage.\n"COL_GREEN"Cette information pourra кtre changйe par la suite.", "Continuer", "Quitter");

}[/pawn]

Dans ces codes, la fonction ne s'exйcute pas.
Nous passons tout de suite а la condition qui suit, avez-vous une solution ?

Cordialement,
Reply


Messages In This Thread
[Pb] Function strlen - by ScriptColor - 03.01.2013, 16:12
Re : [Pb] Function strlen - by psychopathe - 04.01.2013, 14:53
Re : [Pb] Function strlen - by Mathieu371 - 04.01.2013, 16:15

Forum Jump:


Users browsing this thread: 1 Guest(s)