04.08.2009, 09:54
So i use this drug system on my server...
And i want it so when i type /givealldrugs everyone gets +50 Drugs
This is all i can do on my self...
And i want it so when i type /givealldrugs everyone gets +50 Drugs
This is all i can do on my self...
Код:
if(!strcmp(cmdtext,"/GiveAllDrugs",true)) { SendClientMessageToAll(COLOR_BLUE,"You now have 50+ Drugs!) hasweed[playerid]++; return 1; }