12.12.2011, 14:33
im not sure it is right board for this ^^;;;sorry
hi im trying to open sever with Protect the PM SA but...
can not use any korean on game
and it is critical issue for us
look at the screenshot on attached photo
one on the right is consol panel and the other one is GM's chat box in the GM
...which looks like alien's language.
and i digged the GM So hard to figureout whats the problem and just now i found one
he say....
"any foreign languages can not be used for Textdraw you fuxxing dickHxxx!!hahahahahahahahahahahahahahahahaha"
(/ban .....)
so. when i look even deeper in to the GM
it could find dozens of SendClientMessage series witch is very good!
but@@@@@@@@@@@@@@@@@@@@
when i tacked this damm...s.. it connected to.. this
//on file PTPM_SA_Functions.inc on line from 405
function PTPM_SendClientMessageToAll(text[NUM_STRING_LENGTH])
{
for(l = 0; l < MAX_CHATBOX_LINES - 1; l++)
{
format(PTPM_Chatbox_Line[l], NUM_STRING_LENGTH, PTPM_Chatbox_Line[l + 1]);
TextDrawSetString(PTPM_Chatbox[l], PTPM_Chatbox_Line[l]);
}
if(strlen(text) > (NUM_STRING_LENGTH / 2))
{
format(PTPM_Chatbox_Line[MAX_CHATBOX_LINES - 1], NUM_STRING_LENGTH / 2, text);
PTPM_SendClientMessageToAll(PTPM_Chatbox_Line[MAX_CHATBOX_LINES - 1]);
format(PTPM_Chatbox_Line[MAX_CHATBOX_LINES - 1], NUM_STRING_LENGTH, text[NUM_STRING_LENGTH / 2]);
}
else
{
if(PTPM_IsEmpty(text)) format(PTPM_Chatbox_Line[MAX_CHATBOX_LINES - 1], NUM_STRING_LENGTH, " ");
else format(PTPM_Chatbox_Line[MAX_CHATBOX_LINES - 1], NUM_STRING_LENGTH, text);
}
.
.
.
.
.
.
like this so...
and this damm thing can not even hold more than 42 lines@@@@(when it comes 43line the samp get stuns..)
we(me and my people..)
can't even have chat
chat!@@@@@@@@@@
anyway...
i couldn't find even where to start to "fix" it...
so.. please!@@@@@
please fix this problem.....
like... no textdaws but just normal chat box
and other cmd respons too(ex. the texts that show when type /duty)
the fancy chat box it too good for us we just need original and normal chat box @@
thankyou
http://forum.sa-mp.com/showthread.ph...Prime+Minister
the original post for this GM
hi im trying to open sever with Protect the PM SA but...
can not use any korean on game
and it is critical issue for us
look at the screenshot on attached photo
one on the right is consol panel and the other one is GM's chat box in the GM
...which looks like alien's language.
and i digged the GM So hard to figureout whats the problem and just now i found one
he say....
"any foreign languages can not be used for Textdraw you fuxxing dickHxxx!!hahahahahahahahahahahahahahahahaha"
(/ban .....)
so. when i look even deeper in to the GM
it could find dozens of SendClientMessage series witch is very good!
but@@@@@@@@@@@@@@@@@@@@
when i tacked this damm...s.. it connected to.. this
//on file PTPM_SA_Functions.inc on line from 405
function PTPM_SendClientMessageToAll(text[NUM_STRING_LENGTH])
{
for(l = 0; l < MAX_CHATBOX_LINES - 1; l++)
{
format(PTPM_Chatbox_Line[l], NUM_STRING_LENGTH, PTPM_Chatbox_Line[l + 1]);
TextDrawSetString(PTPM_Chatbox[l], PTPM_Chatbox_Line[l]);
}
if(strlen(text) > (NUM_STRING_LENGTH / 2))
{
format(PTPM_Chatbox_Line[MAX_CHATBOX_LINES - 1], NUM_STRING_LENGTH / 2, text);
PTPM_SendClientMessageToAll(PTPM_Chatbox_Line[MAX_CHATBOX_LINES - 1]);
format(PTPM_Chatbox_Line[MAX_CHATBOX_LINES - 1], NUM_STRING_LENGTH, text[NUM_STRING_LENGTH / 2]);
}
else
{
if(PTPM_IsEmpty(text)) format(PTPM_Chatbox_Line[MAX_CHATBOX_LINES - 1], NUM_STRING_LENGTH, " ");
else format(PTPM_Chatbox_Line[MAX_CHATBOX_LINES - 1], NUM_STRING_LENGTH, text);
}
.
.
.
.
.
.
like this so...
and this damm thing can not even hold more than 42 lines@@@@(when it comes 43line the samp get stuns..)
we(me and my people..)
can't even have chat
chat!@@@@@@@@@@
anyway...
i couldn't find even where to start to "fix" it...
so.. please!@@@@@
please fix this problem.....
like... no textdaws but just normal chat box
and other cmd respons too(ex. the texts that show when type /duty)
the fancy chat box it too good for us we just need original and normal chat box @@
thankyou
http://forum.sa-mp.com/showthread.ph...Prime+Minister
the original post for this GM