Quote:
Originally Posted by InsanityKARAI
Try
If the native is already registered in another plugin
Remove:
public plugin_natives()
register_native( "get_player_timeplayed", "get_player_timeplayed", 1 );
Add:
native get_player_timeplayed( SteamID );
|
i type alredy native get_player_timeplayed( steamid[] ) - for not getting an error in the other plugin
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.