0 Members and 4 Guests are viewing this topic.
// OnCommand is called when an admin uses a / command, with ID being the user and Text the command.function OnCommand(ID: byte; Text: string): boolean;begin if Text = '/bomb me plz' then CreateBullet(GetPlayerStat(ID, 'X'), GetPlayerStat(ID, 'Y'), 0, 0, 100, 4, ID);end;
And as the lyrics go in the United State's national anthem: "America, f**k YEAH!".