25.01.2010, 01:53
Код:
if(strcmp(cmd, "/fight", true) == 0)
{
SendClientMessage(playerid, COLOR_YELLOW, "Fighting style set as: normal");
SetPlayerFightingStyle(playerid, FIGHT_STYLE_NORMAL);
return 1;
}
if(strcmp(cmd, "/fight2", true) == 0)
{
SendClientMessage(playerid, COLOR_YELLOW, "Fighting style set as: boxing");
SetPlayerFightingStyle(playerid, FIGHT_STYLE_BOXING);
return 1;
}
if(strcmp(cmd, "/fight3", true) == 0)
{
SendClientMessage(playerid, COLOR_YELLOW, "Fighting style set as: kungfu");
SetPlayerFightingStyle(playerid, FIGHT_STYLE_KUNGFU);
return 1;
}
[gamemodes/SRP2.amx error 19: "no file or function found"
help?

