please help me with this..............
#6

Quote:
Originally Posted by Babul
Посмотреть сообщение
in line 653 you are creating a string
Код:
new Message[256];
despite its already created upwards in the script, holding an array of your "commercial messages", this causes the warning. this Message[][] is used aswell in line 687-692. replace "Message" in line 642 by "MessageHint":
Код:
new MessageHint[256];
if youre done, you should also replace line 687-692 with
Код:
format(MessageHint,sizeof(MessageHint),"Sent %s(%d): %s",iName,id,gMessage);
SendClientMessage(playerid,PM_OUTGOING_COLOR,MessageHint);
format(MessageHint,sizeof(MessageHint),"Resived %s(%d): %s",pName,playerid,gMessage);
SendClientMessage(id,PM_INCOMING_COLOR,MessageHint);

printf("PM: %s",MessageHint);
i hope it works.
mate you gave us 6 ms to reply before you double posted by still this is correct ive tryed it for you
Reply


Messages In This Thread
please help me with this.............. - by MBX97 - 23.10.2010, 11:09
Re: please help me with this.............. - by MBX97 - 23.10.2010, 11:16
Re: please help me with this.............. - by Matej_ - 23.10.2010, 11:19
Re: please help me with this.............. - by MBX97 - 23.10.2010, 11:20
Re: please help me with this.............. - by Babul - 23.10.2010, 11:58
Re: please help me with this.............. - by pushingmyluck - 23.10.2010, 12:08

Forum Jump:


Users browsing this thread: 3 Guest(s)