09.08.2010, 19:30
hey guys, i made a VERY small code, but im already getting an error, could someone correct the small mistake i made?:
Thanks!
Код:
if(strcmp(cmdtext, "/buyweapon", true) == 0 || strcmp(cmdtext, "/buygun", true) == 0) { if(GetPlayerInterior == 1) if(IsPlayerInRangeOfPoint(playerid, 10.0, 296.2903,-37.9902,1001.5156)) { } return 1; }