Hi,
In the cleo ADMIN CHECKER, we have the name id and level of a player in our screen.
I would like to know how does he generate this big string ?
I tried with in a function
But it doesn't work very well for me. :imoverit:
Any solution please ?
In the cleo ADMIN CHECKER, we have the name id and level of a player in our screen.
I would like to know how does he generate this big string ?
I tried with in a function
Code:
25@ = samp.GetPlayerNickname(0@)
0C15: destination strcpy 25@ [some stuf]
0C15: destination strcpy 25@ [some stuf]
0C15: destination strcpy 25@ [some stuf]
0D94: draw_text 25@ pos_xy 50 450 align_xy 0.5 0.0 color 0xFF0000 shadow 1
But it doesn't work very well for me. :imoverit:
Any solution please ?