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

Question

Posted

Salut incerc sa compilez un gm si cand dau compiler imi da erroarea asta : error 004: function "NameTimer" is not implemented

Tot dau compiler tot asta...Ma gandesc sa dau si la alt gm sa vad daca da tot eroarea asta si TOT eroarea asta o da pe toate Gm pe care le compilez Stie cnv dc?Va rog ajutatima

7 answers to this question

Recommended Posts

Posted

Imi da erroarea asta C:\DOCUME~1\User\Desktop\samp03\GAMEMO~1\advrp.pwn(44710) : error 021: symbol already defined: "NameTimer"

VA ROG FRUMOS AJUTATIMAA

http://sa-mp.ro.pastebin.com/Qcu68yeR unde e erroarea. <---

Posted

Imi da erroarea asta C:\DOCUME~1\User\Desktop\samp03\GAMEMO~1\advrp.pwn(44710) : error 021: symbol already defined: "NameTimer"

VA ROG FRUMOS AJUTATIMAA

http://sa-mp.ro.pastebin.com/Qcu68yeR unde e erroarea. <---

E deja definit nametimer incearca asa

/*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);
                                                }
                    }
                }
            }
        }
        }
}*/

Samp.OnlyPro.ro - RolePlay - Join Us !

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.