26.08.2014, 09:57
Guys I have made a moving textdraw for my new afk system
the textdraw is return Textdraw0 = TextDrawCreate(258.000000, 170.000000, "Bad cmd");
TextDrawBackgroundColor(Textdraw0, 255);
TextDrawFont(Textdraw0, 1);
TextDrawLetterSize(Textdraw0, 0.500000, 1.600000);
TextDrawColor(Textdraw0, 2147418367);
TextDrawSetOutline(Textdraw0, 1);
TextDrawSetProportional(Textdraw0, 1);
how to make this textdraw appear when a player types a bade cmd ?
the textdraw is return Textdraw0 = TextDrawCreate(258.000000, 170.000000, "Bad cmd");
TextDrawBackgroundColor(Textdraw0, 255);
TextDrawFont(Textdraw0, 1);
TextDrawLetterSize(Textdraw0, 0.500000, 1.600000);
TextDrawColor(Textdraw0, 2147418367);
TextDrawSetOutline(Textdraw0, 1);
TextDrawSetProportional(Textdraw0, 1);
how to make this textdraw appear when a player types a bade cmd ?