27.02.2017, 11:48
Why all that code, you could obtain this in 2 lines.
Why double format? And why assigning the variables? Simply use them in format, e g:
And show string1 in dialog instead of reformatting.
PS: string1 & stats are global variables?
Why double format? And why assigning the variables? Simply use them in format, e g:
Quote:
|
format(string1, sizeof(string1), "Admin Level: %d",PlayerInfo[playerid][pAdminLevel]); |
PS: string1 & stats are global variables?
