29.11.2013, 17:16 
	
	
	
		You got SafeSetPlayerInterior from somewhere, so it should have the public function there as well.
Look for something like:
and if you find it, then add it to your script (after the forward line).
	
	
	
	
Look for something like:
pawn Код:
public SafeSetPlayerInterior( ... ) // parameters..
{
// code..
}

