if(!strcmp(cmdtext,"/cash",true)){ if(IsPlayerAdmin(playerid)) { GivePlayerCash(playerid,1000); return 1; } return 1;}