Continue text
#10

WHAT THE FUCK? You are using 512 cells for just text? Thats insane.......
pawn Код:
new part1[100];
            new part2[100];
            if(offset > 100)
            {
                 format(part1, sizeof(part1), "Advertisement: %s", result);
                 strmid(part2, sizeof(part2), "Contact: %s Ph: %d", sendername,PlayerInfo[playerid][pPnumber]);
                 SendClientMessageToAll(TEAM_GROVE_COLOR,part1);
                 SendClientMessageToAll(TEAM_GROVE_COLOR,part2);
            }
Also if you use offset > 256 that it is more than 3 lines that you use
Reply


Messages In This Thread
Continue text - by vection - 13.08.2010, 16:34
Re: Continue text - by 0ne - 13.08.2010, 16:37
Re: Continue text - by vection - 13.08.2010, 17:39
Re: Continue text - by Calgon - 13.08.2010, 17:46
Re: Continue text - by Ihsan_Cingisiz - 13.08.2010, 18:17
Re: Continue text - by vection - 13.08.2010, 18:46
Re: Continue text - by Claude - 13.08.2010, 19:23
Re: Continue text - by ikey07 - 13.08.2010, 20:56
Re: Continue text - by vection - 14.08.2010, 12:23
Re: Continue text - by Claude - 14.08.2010, 12:29

Forum Jump:


Users browsing this thread: 2 Guest(s)