Jump to content
Hostul a fost schimbat. Daca vedeti serverul offline readaugati rpg.b-zone.ro sau 141.95.124.78:7777 in clientul de sa-mp ×

Cerere FS


SnowM
 Share

Recommended Posts

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

Guest
This topic is now closed to further replies.
 Share

×
×
  • 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.