- 0
Erori Compile!
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
DanielBz
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