24.02.2015, 16:08
Sorry, but for me this works
It shows in the console 28. Show more code.
Код:
public OnGameModeInit()
{
new s[25] = "(28)\tball\n", g[8];
strmid(g, s, 1, strfind(s, ")"));
printf("score: %d", strval(g));
return 1;
}

