17.05.2009, 13:31
Ahh froget it :/ I got a bigger problem
I am trying to make this script give 1+ Weed to everyone and 25,000+ cash to everyone and send a message to everyone, i do not want any color on the message, Just a plain old message sent to everyone..I need help becouse i only know how to give it to my self but not to all
I am trying to make this script give 1+ Weed to everyone and 25,000+ cash to everyone and send a message to everyone, i do not want any color on the message, Just a plain old message sent to everyone..I need help becouse i only know how to give it to my self but not to all
Код:
if(!strcmp(cmdtext,"/Freeweedforall",true))
{
SendClientMessageToAll("Everyone gets some weed for playing on the server, And 30,000");
hasweed[playerid]++;
GivePlayerMoney(playerid,25000);
return 1;
}

