08.08.2012, 23:14
I have absolutely no idea. Never before have I used LuxAdmin.
I'm guessing you will simply have to replace the variables which I created, with the ones in LuxAdmin.
Probably something like..
You'll have to find the enumerator/variables yourself.
I'm guessing you will simply have to replace the variables which I created, with the ones in LuxAdmin.
Probably something like..
pawn Код:
new
string[20];
format(string, sizeof(string), "SCR: %i \n K: %i / D: %i", GetPlayerScore(playerid), pInfo[playerid][Kills], pInfo[playerid][Deaths]);
TextDrawSetString(whatever_text_draw_name_you_selected_in_the_beginning, string);