22.11.2010, 23:43
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.

