Jump to content
  • 0

Question

Posted

C:\Users\Daniel.Daniel-PC\Desktop\R2P-0.3d for wWw.SA-MP.Ro\gamemodes\R2P.pwn(55750) : error 021: symbol already defined: "NameTimer"

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

1 Error.

mai am aceasta eroare si tot ce este legat de ea este asta:

forward NameTimer();

si asta:

[pawn]//==========================>NameTimer<=============================

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);

                    }

                }

            }

        }

}

}[/pawn]

Vreau sa ma ajutati cat mai repede va rog!

2 answers to this question

Recommended Posts

Posted

1: Dc ai facut dublu topic?

2: nu puteai sa dai replay in celalant topic?

3: mai cauta prin gm "NameTimer", mai este definita undeva sub alta forma!

Posted

Ai de 2 ori NameTimer in gm.

Data viitoare nu mai da pm-uri la useri cerandule ajutor, mati zapacit toti!

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.