Quote:
Originally Posted by Florin48
PHP код:
if(strcmp(sung, "deagle", true) == 0) weaponid = 24;
else if(strcmp(sung, "Shotgun", true) == 0) weaponid = 25;
else return SendClientMessageEx(playerid, COLOR_GREY, "Sai ten vu khi");
try now
|
Just giving out the code is counter-productive. You should explain the error.