cmds hide
#1

Hi All i need help for that :- iam not see all selintmessage in cmd just see first line or 2 lines
exaple when i do /teles2 iam just see 2 lines in just not all teles

look in pwn
/teles2 4 lines in server see just 1 line
Reply
#2

Maybe the line is too long. Try to split your SendClientMessage in 2 SendClientMessage.
PHP код:
SendClientMesage(playerid, -1"There is a loooooooooooong message"); 
to
PHP код:
SendClientMesage(playerid, -1"There is a ");
SendClientMesage(playerid, -1"loooooooooooong message"); 
Reply
#3

Thank you Dayrion for helping, you right dude thx alot
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)