Finding a player from native by steamid
i tried to get the player timelength online from my other plugin by doing
get_player_timeplayed( SteamID ) PHP Code:
PHP Code:
can any one help me ? |
Re: Finding a player from native by steamid
Try
Remove: public plugin_natives() register_native( "get_player_timeplayed", "get_player_timeplayed", 1 ); native get_player_timeplayed( SteamID ); use to get the native registered in another plugin main plugin: PHP Code:
PHP Code:
|
Re: Finding a player from native by steamid
Quote:
if ill delete the register_native the native will not be exists native get_param( 1 ) = index i try to make it steamid[] ) i belive its the bug thats what im trying to understand. |
| All times are GMT -4. The time now is 20:19. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.