02.04.2013, 21:03
faff what you said it useless.
Also try putting a [MAX_PLAYERS] meaning the [playerid] at the textdraw.
Also try putting a [MAX_PLAYERS] meaning the [playerid] at the textdraw.
pawn Код:
new Text:invtextdraw2[MAX_PLAYERS]; // Top of your script under the includes
pawn Код:
invtextdraw2[playerid] = TextDrawCreate(68.750000,
TextDrawLetterSize(invtextdraw2[playerid] , 0.234374
TextDrawAlignment(invtextdraw2[playerid] , 1);
TextDrawColor(invtextdraw2[playerid] , -1);
TextDrawSetShadow(invtextdraw2[playerid] , 0);
TextDrawSetOutline(invtextdraw2[playerid] , 1);
TextDrawBackgroundColor(invtextdraw2[playerid] , 51)
TextDrawFont(invtextdraw2[playerid] , 1);
TextDrawSetProportional(invtextdraw2[playerid] , 1); // In OnPlayerConnect