10.09.2009, 08:25
The fighting styles don't work for me. I have copied the command in the samp wiki:
But the player is stil using cj's fighting style?
Код:
if (strcmp(cmdtext, "/kungfu", true) == 0) { SetPlayerFightingStyle (playerid, FIGHT_STYLE_KUNGFU); SendClientMessage(playerid, COLOR_LIGHTGREEN, "Fighting Style changed to Kung-Fu"); return 1; }