SA-MP Forums Archive
Unknown Gamemode on Ubuntu VPS. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Unknown Gamemode on Ubuntu VPS. (/showthread.php?tid=493049)



Unknown Gamemode on Ubuntu VPS. - RageModeRoleplay - 06.02.2014

Hi, I am aiming to get my server online by Friday, and I need some help. I have installed NativeChecker in my server, but I have no idea what to do from here. Here is a snippet of the logs, starting from when I booted my server up, to when I closed it due to the gamemode being stated as 'Unknown' by the SAMP client.

Quote:

----------

SA-MP Dedicated Server
----------------------
v0.3a R4, ©2005-2009 SA-MP Team

[01:02:04]
[01:02:04] Server Plugins
[01:02:04] --------------
[01:02:04] Loading plugin: streamer.so
[01:02:04]

*** Streamer Plugin v2.6.1 by Incognito loaded ***

[01:02:04] Loaded.
[01:02:04] Loading plugin: nativechecker.so
[01:02:04] Loaded.
[01:02:04] Loaded 2 plugins.

[01:02:04]
[01:02:04] Ban list
[01:02:04] --------
[01:02:04] Loaded: samp.ban
[01:02:04]
[01:02:04]
[01:02:04] Filter Scripts
[01:02:04] ---------------
[01:02:04] Loading filter script 'Tgarage.amx'...
[01:02:04] Loading filter script 'buttons.amx'...
[01:02:04] Loading filter script 'toll.amx'...
[01:02:04] Unable to load filter script 'toll.amx'.
[01:02:04] Loaded 2 filter scripts.

[01:02:05] Error: Function not registered: 'GetPVarInt'
[01:02:05] Error: Function not registered: 'SetPlayerAttachedObject'
[01:02:05] Error: Function not registered: 'IsPlayerAttachedObjectSlotUsed'
[01:02:05] Error: Function not registered: 'SetPVarInt'
[01:02:05] Error: Function not registered: 'RemovePlayerAttachedObject'
[01:02:05] Error: Function not registered: 'GetPlayerCameraFrontVector'
[01:02:05] Error: Function not registered: 'GetPlayerCameraPos'
[01:02:05] Error: Function not registered: 'EditAttachedObject'
[01:02:05] Error: Function not registered: 'DeletePVar'
[01:02:05] Error: Function not registered: 'SetPVarString'
[01:02:05] Error: Function not registered: 'GetPVarString'
[01:02:05] Error: Function not registered: 'GetVehicleParamsEx'
[01:02:05] Error: Function not registered: 'SetVehicleParamsEx'
[01:02:05] Error: Function not registered: 'GetPVarType'
[01:02:05] Error: Function not registered: 'GetPVarFloat'
[01:02:05] Error: Function not registered: 'AttachObjectToVehicle'
[01:02:05] Error: Function not registered: 'StopAudioStreamForPlayer'
[01:02:05] Error: Function not registered: 'PlayAudioStreamForPlayer'
[01:02:05] Error: Function not registered: 'SetObjectMaterialText'
[01:02:05] Error: Function not registered: 'RemoveBuildingForPlayer'
[01:02:05] Error: Function not registered: 'InterpolateCameraPos'
[01:02:05] Error: Function not registered: 'InterpolateCameraLookAt'
[01:02:05] Error: Function not registered: 'GetVehicleDamageStatus'
[01:02:05] Error: Function not registered: 'UpdateVehicleDamageStatus'
[01:02:05] Error: Function not registered: 'AttachPlayerObjectToVehicle'
[01:02:05] Error: Function not registered: 'AttachCameraToPlayerObject'
[01:02:05] Error: Function not registered: 'ManualVehicleEngineAndLights'
[01:02:05] Error: Function not registered: 'TextDrawSetSelectable'
[01:02:05] Error: Function not registered: 'TextDrawSetPreviewModel'
[01:02:05] Error: Function not registered: 'TextDrawSetPreviewRot'
[01:02:05] Error: Function not registered: 'GetPlayerAnimationIndex'
[01:02:05] Error: Function not registered: 'SetPVarFloat'
[01:02:05] Script[gamemodes/mpg.amx]: Run time error 19: "File or function is not found"
[01:02:05] Number of vehicle models: 0
[01:02:10] --- Server Shutting Down.
[01:02:11]

*** Streamer Plugin v2.6.1 by Incognito unloaded ***
If people could give me a helping hand, I would be ever so grateful. Cheers, guys.


Re: Unknown Gamemode on Ubuntu VPS. - Abagail - 06.02.2014

It seems like you don't have the right plug-ins/version. Make sure you have 0.3x(or 0.3z), and use the required plug-ins for your game-mode. You can download the Windows Server Package from sa-mp.com/downloads.


Re: Unknown Gamemode on Ubuntu VPS. - RageModeRoleplay - 06.02.2014

It works on my Windows server when i'm testing, so I don't know. It's confusing.


Re: Unknown Gamemode on Ubuntu VPS. - Konstantinos - 06.02.2014

Quote:
Originally Posted by RageModeRoleplay
Посмотреть сообщение
...
v0.3a R4, ©2005-2009 SA-MP Team
...
What do you expect? Your samp server is for 0.3a and it doesn't recognize the function of the above versions. Get the server package of 0.3x or 0.3z (RC).


Re: Unknown Gamemode on Ubuntu VPS. - Abagail - 06.02.2014

Quote:

----------

SA-MP Dedicated Server
----------------------
v0.3a R4, ©2005-2009 SA-MP Team

^^

You need to update your Server Package to 0.3x(or 0.3z), due to those functions being added in a later version...


Re: Unknown Gamemode on Ubuntu VPS. - RageModeRoleplay - 06.02.2014

Works, thanks. lol. Didn't realise it was that outdated haha.


Re: Unknown Gamemode on Ubuntu VPS. - Abagail - 06.02.2014

No problem.