Quote:
Originally Posted by schmurgel1983
No one will Help you huh? O.o
A bit optimize and I do it more "readable".
|
Yeah
and Thank you for help
In normal mode It's works fine. but in ZP, the Sounds turned to default with BOT, but sometimes correct. I don't know why.
and how to add more model? I write like this, but isn't work
PHP Code:
if (equali(model, "yuri") || equali(model,"heroine") || equali(model, "natasha") || equali(model,"ritsuka") || equali(model, "natasha2") || equali(model,"jennifer2") || equali(model, "blair") || equali(model,"sas" )) g_bFemale[id] = true
MERGE EDIT:
Bump, Please help..
I'd like to use many models here, I use this code
PHP Code:
if (equal(model, "sas")) g_bFemale[id] = true
else if (equal(model, "leet")) g_bFemale[id] = true
anyone know how to make this shorter?