18.10.2012, 20:58
Well I am adding this to my script but, I get the error: Function SafeSetPlayerInterior is not implemented
Here is the Code:
And at the top of the script I have this:
Here is the Code:
PHP код:
if(GetPlayerInterior(targetid) > 0)
{
SafeSetPlayerInterior(i,GetPlayerInterior(targetid));
}
Код:
forward SafeSetPlayerInterior(plyid, interiorid);