Need some help with the timer
#7

pawn Код:
C:\Users\new account\Desktop\Script\gamemodes\Script.pwn(2955) : error 021: symbol already defined: "CreateDynamicObject"
C:\Users\new account\Desktop\Script\gamemodes\Script.pwn(2956) : error 021: symbol already defined: "CreateDynamicObject"
C:\Users\new account\Desktop\Script\gamemodes\Script.pwn(2959) : error 010: invalid function or declaration
C:\Users\new account\Desktop\Script\gamemodes\Script.pwn(2962) : error 010: invalid function or declaration
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.
on this
pawn Код:
forward CreateDynamicObject(objectid);
public CreateDynamicObject(objectid)
{

    if(IsValidDynamicObject(objectid))
        CreateDynamicObject(objectid);

    return 1;
}
Reply


Messages In This Thread
Need some help with the timer - by Don_Cage - 18.03.2013, 05:38
Re: Need some help with the timer - by CBCandyBoy - 18.03.2013, 05:49
Re: Need some help with the timer - by Don_Cage - 18.03.2013, 05:54
Re: Need some help with the timer - by CBCandyBoy - 18.03.2013, 05:58
Re: Need some help with the timer - by Don_Cage - 18.03.2013, 06:06
Re: Need some help with the timer - by CBCandyBoy - 18.03.2013, 06:21
Re: Need some help with the timer - by Don_Cage - 18.03.2013, 06:36
Re: Need some help with the timer - by CBCandyBoy - 18.03.2013, 06:41
Re: Need some help with the timer - by Don_Cage - 18.03.2013, 07:15
Re: Need some help with the timer - by CBCandyBoy - 18.03.2013, 07:17

Forum Jump:


Users browsing this thread: 1 Guest(s)