CMD:admins Help me out
#1

Hello

in Image it shows my status (General Ad)
but on script i kept the name is
General Administrator
why half name is loaded
help me out from this problem guys
Reply
#2

we cant help without code but im sure you are missed some string size in sscanf part or maybe at all you defined a small value for that string
Reply
#3

It's just the string size, the console shows some sscanf errors? Like string buffer overflow or something like that?
Reply
#4

Code:
Reply
#5

change
PHP код:
format(PlayerInfo[playerid][Status], 11"General Administrator"); 
to

PHP код:
format(PlayerInfo[playerid][Status], 25"General Administrator"); 
Reply
#6

Thank You IceBilizard
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)