03.02.2019, 22:22
Just discovered this include:
https://sampforum.blast.hk/showthread.php?tid=616647
But i have some problems passing some functions.
I made a simple SendClientMessage to debug (Because i wanna create a textdraw later) and show some infos.
I placed the code on OnPlayerRequestClass and works, the functions i have the problem with are:
GetSkinName
GetSkinModelName
GetSkinGenderName
And all functions with "output[], outlen = sizeof(output))".
I don't know what to write, example:
"GetSkinName(classid, output[], outlen = sizeof(output))" What i have to write after classid? I tried passing only GetSkinName(classid) but got argument type mismatch. (Obviously).
In short, i have a problem passing variables on that functions.
https://sampforum.blast.hk/showthread.php?tid=616647
But i have some problems passing some functions.
I made a simple SendClientMessage to debug (Because i wanna create a textdraw later) and show some infos.
I placed the code on OnPlayerRequestClass and works, the functions i have the problem with are:
GetSkinName
GetSkinModelName
GetSkinGenderName
And all functions with "output[], outlen = sizeof(output))".
I don't know what to write, example:
"GetSkinName(classid, output[], outlen = sizeof(output))" What i have to write after classid? I tried passing only GetSkinName(classid) but got argument type mismatch. (Obviously).
In short, i have a problem passing variables on that functions.