#1

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))
		{
Reply
#2

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
Reply
#3

Dont double post !!
Reply
#4

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

How?
Reply
#6

Show NameTimer();
Reply
#7

http://pastebin.com/U9wzf0pH
Reply
#8

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


Forum Jump:


Users browsing this thread: 1 Guest(s)