[HELP] error 004 & warning 203
#1

Someone help me please.. This is a script i downloaded and i havent changed everything.
Код:
C:\Users\Mitch\PC_GTA.SanAndreas -(rip)-(FiftyDolar)\Server\gamemodes\gf.pwn(24793) : error 004: function "NameTimer" is not implemented
C:\Users\Mitch\PC_GTA.SanAndreas -(rip)-(FiftyDolar)\Server\gamemodes\gf.pwn(26243) : warning 203: symbol is never used: "GetPointDistanceToPointExMorph"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Error 004
Код:
24789:  public CustomPickups()
24790:  {
24791:  	  new Float:oldposx, Float:oldposy, Float:oldposz;
24792:  	  new string[128];
24793:	  NameTimer();
24794:	  for(new i = 0; i < MAX_PLAYERS; i++)
24795:  {
I have no idea how to fix this. Lol

Warning 203
Код:
26238:  public AddsOn()
26239:  {
26240:  	  adds=1;
26241:  	  return 1;
26242:  }
There is no line 26243

But yeah if anyone has any idea. Please post a fixed copy. Thx.
Reply
#2

remove the function "NameTimer" and enjoy your script
Reply
#3

OMG Thanks! Btw nice releases in your sig. I will have a look at some. Thanks again.
Reply
#4

Warning 203
Line 26243 is end of your script and you dont use
Код:
GetPointDistanceToPointExMorph
any time.Remove it and enjoy your script
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)