Server gets an error
#1

Код:
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;
}
well, its that, gamemode worked fine, now says this:
[gamemodes/SRP2.amx error 19: "no file or function found"
help?
Reply


Messages In This Thread
Server gets an error - by TheGtaLover - 25.01.2010, 01:53
Re: Server gets an error - by TheGtaLover - 25.01.2010, 12:59
Re: Server gets an error - by nakashor - 20.04.2010, 08:22

Forum Jump:


Users browsing this thread: 1 Guest(s)