28.06.2015, 13:55
Show function 'StringReplace' and line 8549
size don't match
example with OnPlayerText:
public OnPlayerText(playerid, text[])
{
// if 'text' is hello - strlen is 5
print(text[8]); // if you print text[8] its Invalid memory access
}
size don't match
example with OnPlayerText:
public OnPlayerText(playerid, text[])
{
// if 'text' is hello - strlen is 5
print(text[8]); // if you print text[8] its Invalid memory access
}