Death Messages (like SA:MP)

Started by ysc3839, Oct 18, 2014, 04:34 AM

Previous topic - Next topic

Honey

How are we supposed to know an error which occurs on your computer? Learn some debugging skills do some experiments and come up with your findings and we'll be glad to help from our side.

Thijn

Quote from: abbasi on Jun 28, 2015, 05:55 PM TextInfo[MaxLines-1] = CreateTextdraw(Text, PosX, PosY+(MaxLines-1)*LineGap, 0xFFB0B0B0);
this is line 78 tell me what is error??
As you can see from the Locals dump, Text is NULL. There's your error, now go find the solution yourself.