SnowM Posted December 24, 2016 Share Posted December 24, 2016 Salut vreau si eu un FS la OnDialogResponse sa nu imi pice serveru cu %s sau %f etc if(strfind(inputtext,"'") || strfind(inputtext,"'")) { for(new i; i < strlen(inputtext); i++) { if(strfind(inputtext[i],"%", true) == 0) { inputtext[i] = '-'; } if(strfind(inputtext[i],"'", true) == 0) { inputtext[i] = '-'; } } SCM(playerid, COLOR_YELLOW2, "Eroare: Nu poti folosi aceste caractere."); } Daca il compliez in gm imi da mai multe erori... Link to comment Share on other sites More sharing options...
zL Dark ReturN Posted December 29, 2016 Share Posted December 29, 2016 Nu ai cum sa folosesti functia strfind pe un caracter. Acea functie se foloseste pe un sir. Link to comment Share on other sites More sharing options...
Recommended Posts