01.05.2015, 23:41
Hey guys i just started to make a Weed System so i decide to ask you how can i make command
/giveseeds id aumount
/giveseeds id aumount
pawn Код:
COMMAND:giveseeds(playerid)
{
if(!IsPlayerAdmin(playerid)) SendClientMessage(playerid,COLOR_GREY,"INFO: Un-authorized access to this command.");
GiveSeeds(playerid);
return 1;
}