Thread: [Solved] Natives and Methodmaps
View Single Post
iGANGNAM
AlliedModders Donor
Join Date: Sep 2012
Location: Lithuania
Old 06-07-2018 , 10:56   Re: Natives and Methodmaps
Reply With Quote #10

well this as constructor works fine thanks
Code:
public int Native_ZMPlayer_Constructor(Handle plugin, int numParams)
{
	int client = view_as<int>(GetNativeCell(1));
	if ( IsValidClient( client ) ) {
		return view_as< int >( GetClientUserId( client ) );
	}
	return view_as< int >(-1);
}
__________________
iGANGNAM is offline