textdraw crashing
#5

nothing happened
pawn Код:
[17:03:53] Command Executed
[17:03:53] Variable Created
[17:03:53] String Formatted
[17:03:53] Strcat1
[17:03:53] Strcat2
[17:03:53] Strcat3
[17:03:53] Strcat4
[17:03:53] Strcat5
[17:03:53] Strcat6
[17:03:53] Strcat7
[17:03:53] Strcat8
[17:03:53] Strcat9
[17:03:53] Strcat10
[17:03:53] Strcat11
[17:03:53] Strcat12
[17:03:53] Strcat13
[17:03:53] Strcat14
[17:03:53] Strcat15
[17:03:53] Strcat16
[17:03:53] GroupText String Setted
[17:03:53] Group Box Showed
[17:03:53] Group Text Showed
[17:03:53] Group Header Showed
[17:03:53] Command Succesfully Executed.
pawn Код:
print("Command Executed");
    new str[1024];
    print("Variable Created");
    format(str,sizeof(str),"~y~/Groupcreate (name)~w~ - Create A New Group");
    print("String Formatted");
    strcat(str, "~n~~y~/Groupleave~w~ - Leave Your Group", sizeof(str));
    print("Strcat1");
    strcat(str, "~n~~y~/Groupinvite~w~ - Invite A Player To Join Your Group", sizeof(str));
    print("Strcat2");
    strcat(str, "~n~~y~/Groupkick (id/nick) ~w~ - Kick A Player From Your Group(Rank 5+)", sizeof(str));
    print("Strcat3");
    strcat(str, "~n~~y~/Grouplist~w~ - List Group Members", sizeof(str));
    print("Strcat4");
    strcat(str, "~n~~y~/Groupcall~w~ - Call Group Members", sizeof(str));
    print("Strcat5");
    strcat(str, "~n~~y~/G (Msg)~w~ - Send A Group Message", sizeof(str));
    print("Strcat6");
    strcat(str, "~n~~y~/Groupname (Name)~w~ - Change The Name Of Your Group", sizeof(str));
    print("Strcat7");
    strcat(str, "~n~~y~/Grouprank (rank=0-6) (Rank Name)~w~ - Change The Name Of A Rank (Leader)", sizeof(str));
    print("Strcat8");
    strcat(str, "~n~~y~/Setrank (id/nick) (rank=0-5)~w~ - Set A Player's Rank", sizeof(str));
    print("Strcat9");
    strcat(str, "~n~~y~/Getmotd~w~ - Get Your Group MOTD", sizeof(str));
    print("Strcat10");
    strcat(str, "~n~~y~/Motd~w~ - Set The MOTD Of Your Group(Rank 5+)", sizeof(str));
    print("Strcat11");
    strcat(str, "~n~~y~/Togglegroupchat~w~ - Turn Group Chatting On/Off (Leader)", sizeof(str));
    print("Strcat12");
    strcat(str, "~n~~y~/Groups~w~ - List Active Groups", sizeof(str));
    print("Strcat13");
    strcat(str, "~n~~y~/Groupleader (id/nick)~w~ - Transfer Ownership", sizeof(str));
    print("Strcat14");
    strcat(str, "~n~~n~ ~w~Visit ~b~http://www.Lasventuras.net~w~ For A Complete~n~ List And More Information", sizeof(str));
    print("Strcat15");
    strcat(str, "             ~w~Press ~y~LMB~w~ To Close This Box", sizeof(str));
    print("Strcat16");

    TextDrawSetString(GroupText,str);
    print("GroupText String Setted");
    TextDrawShowForPlayer(playerid,GroupBox);
    print("Group Box Showed");
    TextDrawShowForPlayer(playerid,GroupText);
    print("Group Text Showed");
    TextDrawShowForPlayer(playerid,GroupHeader);
    print("Group Header Showed");
    SetTimerEx("HideDraw", 15000, false, "i", playerid);
    print("Command Succesfully Executed.");
o btw i meant the player crashes
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)