SA-MP Forums Archive
help with fight syle - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: help with fight syle (/showthread.php?tid=266593)



help with fight syle - [MKD]Max - 05.07.2011

error 017: undefined symbol "SetPlayerFightingStyle"


when i try to do


new SetPlayerFightingStyle

or

forward SetPlayerFightingStyle(playerid,style);

its give me other error its like this

undefined symbol "FIGHT_STYLE_ELBOW"


Re: help with fight syle - JaTochNietDan - 05.07.2011

Make sure you have the latest includes in your includes directory. You can get the latest includes from the SA-MP Windows Server package available from the download page.


Re: help with fight syle - Mauzen - 05.07.2011

You are using old includes. Download the newest 0.3c server, and copy all .inc files in pawno/include in your include directory.


Re: help with fight syle - Mean - 05.07.2011

By the way, you can't just add functions with
pawn Код:
new SetPlayerFightingStyle;
..