27.12.2012, 16:52
(
Last edited by Frede; 27/12/2012 at 06:34 PM.
Reason: Saw a mistake
)
This is my first FS, so therefore please dont expect anything.
It is pretty simple.
If you wish more bad words added then add.
Post it right under the already existing one.
Remember to edit all the "edit this" in the script.
Hobe you can use it
It is pretty simple.
If you wish more bad words added then add.
Code:
if(strfind(text,"edit this") != -1) { if(strfind(text,"edit me") != -1) { if(lang[playerid] == 10) { SendClientMessage(playerid,RED,"You have been kicked because you was using bad Language!"); Kick(playerid); lang[playerid] = 0; } else { SendClientMessage(playerid,RED,"You are using bad lang!"); lang[playerid] = lang[playerid] + 1; } }
Remember to edit all the "edit this" in the script.
Hobe you can use it