04.06.2016, 20:03
Hi all,
I am utilising y_hooks.inc and also mSelection.inc. I'm trying to create a select menu, and I've tried to hook OnPlayerModelSelectionEx(); but I get a warning come back, and I dont particularly plan on leaving the warning. Code is below:
This is the warning I get:
I know its only a warning, but there's no way in hell I'm leaving that. (I dont actually leave any warnings at all).
I understand a little bit about why the error has popped up, but does anyone know a work around for this?
Thanks
I am utilising y_hooks.inc and also mSelection.inc. I'm trying to create a select menu, and I've tried to hook OnPlayerModelSelectionEx(); but I get a warning come back, and I dont particularly plan on leaving the warning. Code is below:
Код:
hook OnPlayerModelSelectionEx(playerid, response, extraid, modelid){ //some code will go here }
Код:
..\include\systems\character\char_core.pwn(202) : warning 200: symbol "@yH_OnPlayerModelSelectionEx@00" is truncated to 31 characters
I understand a little bit about why the error has popped up, but does anyone know a work around for this?
Thanks