Need some help with the timer
#3

but how do i make the public then? i mean i use CreateDynamicObject for all other objects that i have IG and they work fine without that public. But do i just do like 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)