Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×
  • 0

Cum sa nu mai pice sv. la %s / %n etc?


Question

3 answers to this question

Recommended Posts

  • 0
Posted

OnDialogResponse adaugi

 

if(    strfind(inputtext, "%", true) != -1  ||
           strfind(inputtext, "'", true) != -1 ||
           strfind(inputtext, "`", true) != -1 ||
           strfind(inputtext, ";", true) != -1 )
      {
        format(string,sizeof(string),"* %s (%d) type inccorect character", PlayerName(playerid), playerid);
        SendClientMessage(playerid,COLOR_RED,"don't use this characters!");
        return 0;
    }

 

Nu inteleg, sunt cred ca 10 topicuri si postari cu problema asta chiar nu ati cautat inainte ati preferat sa asteptati dupa cineva sa va raspunda? :)) 

  • Thanks 1

 

    __  ____      __           
   /  |/  (_)____/ /____  _____
  / /|_/ / / ___/ __/ _ \/ ___/
 / /  / / (__  ) /_/  __/ /    
/_/  /_/_/____/\__/\___/_/     
SERVICII SCRIPTING DE CALITATE
Pagina     Scripting     pawn
  • 0
Posted (edited)
3 hours ago, Iobit said:

Cum fac sa nu mai pice sv. la  %n  %s  etc ?  

.

Edited by tHe
Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.