04.08.2009, 10:10
Try this:
pawn Код:
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;
}
}

