#1

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.

Reply
#2

It will help to copy and paste line 145 to here
Reply
#3

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);
Reply
#4

Remove:

Код:
Server_Config();
Reply
#5

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

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


Forum Jump:


Users browsing this thread: 2 Guest(s)