Server gets an error - 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: Server gets an error (
/showthread.php?tid=123257)
Server gets an error -
TheGtaLover - 25.01.2010
Код:
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?
Re: Server gets an error -
TheGtaLover - 25.01.2010
i did..
i open up server.exe.. and says that.
Re: Server gets an error -
nakashor - 20.04.2010
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.