textdraw crashing
#4

I'm not sure but try debugging it to see where it crashes at like
pawn Код:
CMD:groupinfo(playerid,params[])
{
    new str[1024];
    format(str,sizeof(str),"~y~/Groupcreate (name)~w~ - Create A New Group");
    TextDrawSetString(GroupText,str);
    TextDrawShowForPlayer(playerid,GroupText);
    print("line1 complete");
    strcat(str, "~n~~y~/Groupleave~w~ - Leave Your Group", sizeof(str));
    TextDrawSetString(GroupText,str);
    TextDrawShowForPlayer(playerid,GroupText);
    print("line2 complete");
ect. ect.
Reply


Messages In This Thread
textdraw crashing - by The_Gangstas - 22.11.2010, 22:46
Re: textdraw crashing - by cessil - 22.11.2010, 23:32
Re: textdraw crashing - by The_Gangstas - 22.11.2010, 23:36
Re: textdraw crashing - by cessil - 22.11.2010, 23:43
Re: textdraw crashing - by The_Gangstas - 22.11.2010, 23:54
Re: textdraw crashing - by iggy1 - 22.11.2010, 23:56
Re: textdraw crashing - by The_Gangstas - 22.11.2010, 23:58
Re: textdraw crashing - by [L3th4l] - 23.11.2010, 00:16
Re: textdraw crashing - by The_Gangstas - 23.11.2010, 00:33
Re: textdraw crashing - by The_Gangstas - 23.11.2010, 01:08
Re: textdraw crashing - by cessil - 23.11.2010, 01:17
Re: textdraw crashing - by The_Gangstas - 23.11.2010, 01:21
Re: textdraw crashing - by Rac3r - 23.11.2010, 07:47
Re: textdraw crashing - by The_Gangstas - 23.11.2010, 09:27
Re: textdraw crashing - by Austin - 25.11.2010, 21:48
Re: textdraw crashing - by The_Gangstas - 25.11.2010, 21:50
Re: textdraw crashing - by Austin - 25.11.2010, 21:52
Re: textdraw crashing - by The_Gangstas - 25.11.2010, 21:55
Re: textdraw crashing - by Austin - 25.11.2010, 21:57
Re: textdraw crashing - by The_Gangstas - 25.11.2010, 22:00
Re: textdraw crashing - by Austin - 25.11.2010, 22:02

Forum Jump:


Users browsing this thread: 1 Guest(s)