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



Help - Zero[S] - 18.06.2010

Plizz help
Код:
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\BFGM.pwn(24995) : error 004: function "NameTimer" is not implemented
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\BFGM.pwn(26409) : error 025: function heading differs from prototype
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase
2 Errors.
24991- 24999

Код:
public CustomPickups()
{
	new Float:oldposx, Float:oldposy, Float:oldposz;
	new string[128];
	NameTimer();
	for(new i = 0; i < MAX_PLAYERS; i++)
	{
		if(IsPlayerConnected(i))
		{



Re: Help - Zero[S] - 18.06.2010

EDIT: im fix one errors pliz help on this error

Код:
C:\Documents and Settings\User\Desktop\SA-MP Server\gamemodes\BFGM.pwn(24995) : error 004: function "NameTimer" is not implemented



Re: Help - wEstSidЂ - 18.06.2010

Dont double post !!


Re: Help - DJDhan - 18.06.2010

What does the NameTimer() do? Try calling that function in some other way.


Re: Help - Zero[S] - 18.06.2010

How?


Re: Help - Jefff - 18.06.2010

Show NameTimer();


Re: Help - Zero[S] - 18.06.2010

http://pastebin.com/U9wzf0pH


Re: Help - FUNExtreme - 18.06.2010

NameTimer is forwarded and you call it. But it doesn't exist. Thats the problem