if(!strcmp(cmdtext,"/GiveAllDrugs",true)) { for(new i=0; i<MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { SendClientMessageToAll(COLOR_BLUE,"You now have 50+ Drugs!); hasweed[i]+50; } return 1; } }