Scripting Error
#1

I got 2 errors:
C:\Documents and Settings\f@ne\My Documents\Downloads\GTARP\gamemodes\angelz.PWN(324 76) : error 004: function "NameTimer" is not implemented
C:\Documents and Settings\f@ne\My Documents\Downloads\GTARP\gamemodes\angelz.PWN(347 87) : warning 203: symbol is never used: "GetPointDistanceToPointExMorph"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.
How can i fix them?
Reply
#2

Show line 32476.
Reply
#3

NameTimer();
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
Reply
#4

Can i get Any Help?
Reply
#5

show nametimer function
Reply
#6

Quote:
Originally Posted by Jo1Nt
NameTimer();
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
pawn Код:
stock NameTimer()
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i))
        {
        ........
        }
     }
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)