13.08.2018, 23:12
PHP Code:
main() {
SomeFunc(1, "forum.sa-mp.com", 3, 7);
}
PHP Code:
SomeFunc(...)
{
printf("%s", getarg(1,0));
}
PHP Code:
f
main() {
SomeFunc(1, "forum.sa-mp.com", 3, 7);
}
SomeFunc(...)
{
printf("%s", getarg(1,0));
}
f