Function is Not Implemented ++++ REP
#1

Well I am adding this to my script but, I get the error: Function SafeSetPlayerInterior is not implemented
Here is the Code:

PHP код:
                                    if(GetPlayerInterior(targetid) > 0)
                    {
                        
SafeSetPlayerInterior(i,GetPlayerInterior(targetid));
                    } 
And at the top of the script I have this:

Код:
forward SafeSetPlayerInterior(plyid, interiorid);
Reply
#2

There is no public called for it!
Change it to this instead
pawn Код:
stock SafeSetPlayerInterior(//so on.....
{
}
Reply
#3

Did you create the function?
Код:
public SafeSetPlayerInterior(plyid, interiorid)
{
    //code
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)