I O B I T Posted August 29, 2017 Posted August 29, 2017 ce trebuie sa fac sa nu mai pice sv. cu %n %s etc?
InceMan Posted August 29, 2017 Posted August 29, 2017 (edited) incearca sa pui asta la OnDialogResponse if(strfind(inputtext, "%", true) != -1) return SendClientMessage(playerid,-1, "Nu poti folosi acest simbol."); if(strfind(inputtext, "'", true) != -1) return SendClientMessage(playerid,-1, "Nu poti folosi acest simbol."); if(strfind(inputtext, "`", true) != -1) return SendClientMessage(playerid,-1, "Nu poti folosi acest simbol."); if(strfind(inputtext, "=", true) != -1) return SendClientMessage(playerid,-1, "Nu poti folosi acest simbol."); if(strfind(inputtext, "#", true) != -1) return SendClientMessage(playerid,-1, "Nu poti folosi acest simbol."); if(strfind(inputtext, "%d", true) != -1) return SendClientMessage(playerid,-1, "Nu poti folosi acest simbol."); if(strfind(inputtext, "%f", true) != -1) return SendClientMessage(playerid,-1, "Nu poti folosi acest simbol."); Edited August 29, 2017 by Geani 1 FiveGame Lands Pawno Developer, Mapping , Scripter Since 2016
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now