Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×
  • 0

Click te rog frumos.....!! o problema


Question

Posted

Salut baietzi ami da si mie o eroare....care ma poate ajuta si pe mine ms mult....... :-* :-*

C:\DOCUME~1\Danutz\Desktop\samp\GAMEMO~1\bl-rp.pwn(25422) : error 004: function "NameTimer" is not implemented

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

1 Error.

4 answers to this question

Recommended Posts

Posted
public NameTimer()
{
for(new i = 0;i < MAX_PLAYERS;i++)
{
if(IsPlayerConnected(i))
{
for(new q = 0;q < MAX_PLAYERS;q++)
{
if(IsPlayerConnected(q))
{
new Float:p1x;
new Float:p1y;
new Float:p1z;
new Float:p2x;
new Float:p2y;
new Float:p2z;
if(IsPlayerConnected(i) && IsPlayerConnected(q))
{
GetPlayerPos(i,p1x,p1y,p1z);
    GetPlayerPos(q,p2x,p2y,p2z);
if(GetPointDistanceToPointExMorph(p1x,p1y,p1z,p2x,p2y,p2z) < pdistance)
{
if(PlayerInfo[q][pMaskuse] != 1)
    {
ShowPlayerNameTagForPlayer(i,q,1);
}
    }
else
{
ShowPlayerNameTagForPlayer(i,q,0);
}
                    }
                }
            }
        }
    }
}

logo.png

ATENTIE!!! Nu imi trimiteti mesaje private care au legatura cu scriptingul. NU mai scriptez.

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.