DEBUG OnPlayerText ERROR [REP+]
#3

Replace:
pawn Код:
for(new i = 0; i <= 256; i++)
with:
pawn Код:
for(new i = 0, j = strlen(text); i < j; i++)
and don't use [i+1], [i+2] and [i+3] because it exceeds the bounds.
Reply


Messages In This Thread
DEBUG OnPlayerText ERROR [REP+] - by SPA - 19.06.2014, 13:59
Re: DEBUG OnPlayerText ERROR [REP+] - by Laurey - 19.06.2014, 14:03
Re: DEBUG OnPlayerText ERROR [REP+] - by Konstantinos - 19.06.2014, 14:10
Re: DEBUG OnPlayerText ERROR [REP+] - by SPA - 19.06.2014, 14:23

Forum Jump:


Users browsing this thread: 1 Guest(s)