View Single Post
davidto1995
Member
Join Date: Jul 2010
Location: hong kong
Old 04-25-2021 , 12:00   Re: How to pass tagged variable to other plugins
Reply With Quote #4

Quote:
Originally Posted by Natsheh View Post
Code:
native GetPlayerType( id , type );

Code:
native GetPlayerType( id , &type );
It is fixed, thank you.

Does it mean than by stripping the tag, the memory address of the PlayerType[ id ] will be passed as parameter instead?
davidto1995 is offline