SA-MP Forums Archive
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: error (/showthread.php?tid=79421)



error - RenisiL - 28.05.2009

hey please help, what here error


Quote:

D:\Free-Roam\Free-Roam\gamemodes\LT-Stuntfr.pwn(145) : error 004: function "Server_Config" is not implemented
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.




Re: error - TehNobody - 28.05.2009

It will help to copy and paste line 145 to here


Re: error - RenisiL - 28.05.2009

public OnGameModeInit()
{
SetGameModeText("LT-SF Stunt serveris[Beta Test]");
ShowNameTags(1);
ShowPlayerMarkers(1);
UsePlayerPedAnims();
Server_Config();
Load_Menus();
SetTimer("checkpointUpdate",100, 1);
SetTimer("piniguatnaujinimas",1000,1);
SetTimer("ZinuciuKeitimas", 10000, true);


Re: error - lol2112 - 28.05.2009

Remove:

Код:
Server_Config();



Re: error - Correlli - 28.05.2009

You're missing function Server_Config(), add it to your script.


Re: error - Jakku - 28.05.2009

Add
pawn Код:
Server_Config();
, don't remove