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
#2

i did..
i open up server.exe.. and says that.
Reply
#3

Quote:
Originally Posted by Intact-RP
i did..
i open up server.exe.. and says that.
Update your SA-MP Server [Includes, samp-server.exe, etc.]
You can download it HERE.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)