Hi, I have a small problem. When i try to compile I get "error 035: argument type mismatch (argument 2)" on the last line. If there's anyone who knows why it doesn't work please let me know
PHP Code:
new cswWeapon[32];
format(cswWeapon, 31, "csw_%s", szProp1);
strtoupper(cswWeapon);
if(!user_has_weapon(id, cswWeapon))