textdraw crashing
#16

trust me, that wouldn't work, anyways i fixed it can you help here? https://sampforum.blast.hk/showthread.php?tid=193334

pawn Код:
CMD:groupinfo(playerid,params[])
{
    new str[256],str1[256],str2[256],str3[512];
    format(str,sizeof(str),"~y~/Groupcreate (name)~w~ - Create A New Group");
    strcat(str, "~n~~y~/Groupleave~w~ - Leave Your Group", sizeof(str));
    strcat(str, "~n~~y~/Groupinvite~w~ - Invite A Player To Join", sizeof(str));
    strcat(str, "~n~~y~/Groupkick (id/nick)~w~ - Kick A Player (Leader)", sizeof(str));
   
    format(str1,sizeof(str1),"~n~~n~~n~~n~~y~/Grouplist~w~ - List Group Members");
    strcat(str1, "~n~~y~/Groupcall~w~ - Call Group Members", sizeof(str1));
    strcat(str1, "~n~~y~/Gm (Msg)~w~ - Send A Group Message", sizeof(str1));
    strcat(str1, "~n~~y~/Groupname (Name)~w~ - Change The Name Of Your Group", sizeof(str1));

    format(str2,sizeof(str2),"~n~~n~~n~~n~~n~~n~~n~~n~~y~/Grouprank~w~ - Change The Name Of A Rank (Leader)");
    strcat(str2, "~n~~y~/Setrank (id/nick)(rank=0-5)~w~ - Set A Player's Rank", sizeof(str2));
    strcat(str2, "~n~~y~/Getmotd~w~ - Get Your Group MOTD", sizeof(str2));
    strcat(str2, "~n~~y~/Motd~w~ - Set The MOTD Of Your Group(Rank 5+)", sizeof(str2));
   
    format(str3,sizeof(str3),"~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~n~~y~/Togglegroupchat~w~ - Turn Group Chatting On/Off(Leader)");
    strcat(str3, "~n~~y~/Groups~w~ - List Active Groups", sizeof(str3));
    strcat(str3, "~n~~y~/Groupleader (id/nick)~w~ - Transfer Ownership", sizeof(str3));
    strcat(str3, "~n~~n~    ~w~Visit ~b~http://www.Lasventuras.net~w~ For A Complete~n~        List And More Game Information", sizeof(str3));
    strcat(str3, "~n~           ~w~Press ~y~LMB~w~ To Close This Box", sizeof(str3));

    TextDrawSetString(GroupText,str);
    TextDrawSetString(GroupText1,str1);
    TextDrawSetString(GroupText2,str2);
    TextDrawSetString(GroupText3,str3);
    TextDrawShowForPlayer(playerid,GroupBox);
    TextDrawShowForPlayer(playerid,GroupText);
    TextDrawShowForPlayer(playerid,GroupText1);
    TextDrawShowForPlayer(playerid,GroupText2);
    TextDrawShowForPlayer(playerid,GroupText3);
    TextDrawShowForPlayer(playerid,GroupHeader);
    SetTimerEx("HideDraw", 20000, false, "i", playerid);
    return 1;
}
;p
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)