SA-MP Forums Archive
Cannot run my gamemode. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Cannot run my gamemode. (/showthread.php?tid=485768)



Cannot run my gamemode. - FuilteachUrma - 05.01.2014

Hey, I've recently bought a Windows Server R2 VPS and uploaded the exact same files as on my desktop(the one my actual computer is running is completely fine), yet it gives me an error saying File or Function not found: Vortex.pwn, I've reinstalled all the plugins, and reinstalled the script multiple times.


Re: Cannot run my gamemode. - xo - 05.01.2014

Download and use nativechecker plugin and then post the output!


Re: Cannot run my gamemode. - FuilteachUrma - 05.01.2014

Код:
[12:42:45]    Error: Function not registered: 'Streamer_RegisterInterface'
[12:42:45]    Error: Function not registered: 'Streamer_AddPlayer'
[12:42:45]    Error: Function not registered: 'Streamer_RemovePlayer'
[12:42:45]    Error: Function not registered: 'Streamer_VerifyPickup'
[12:42:45]    Error: Function not registered: 'Streamer_VerifyCheckpoint'
[12:42:45]    Error: Function not registered: 'CreateDynamicPickup'
[12:42:45]    Error: Function not registered: 'CreateDynamicObject'
[12:42:45]    Error: Function not registered: 'DestroyDynamicPickup'
[12:42:45]    Error: Function not registered: 'DestroyDynamicObject'
[12:42:45]    Error: Function not registered: 'GetDynamicObjectPos'
[12:42:45]    Error: Function not registered: 'MoveDynamicObject'
[12:42:45]    Error: Function not registered: 'CountDynamicObjects'
[12:42:45]    Error: Function not registered: 'CountDynamicPickups'
[12:42:45]    Error: Function not registered: 'CountDynamicCPs'



Re: Cannot run my gamemode. - Voxel - 05.01.2014

Be sure they are the latest releases and i think you set them up incorrectly in your server.cfg, show us your server.cfg and maybe ill be able to help.


Re: Cannot run my gamemode. - FuilteachUrma - 05.01.2014

echo Executing Server Config...
lanmode 0
rcon_password [Edited out]
maxplayers 100
port 7777
hostname Test Server[0.3x]
gamemode0 LeeScript 1
filterscripts yrace interior anims
plugins GeoIP_Plugin streamer whirlpool nativechecker
announce 1
query 1
weburl website
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000


Re: Cannot run my gamemode. - FuilteachUrma - 05.01.2014

#include <a_samp>
#include <streamer>
#include <zcmd>
#include <mCam>
#include <GeoIP_Plugin>
#include <gtazones>
#include <djson>
#include <Dini>
#include <the_zones.inc>


Re: Cannot run my gamemode. - FuilteachUrma - 05.01.2014

I've installed C++ 2010 onto the VPS in attempt to fix it, it didn't work.


Re: Cannot run my gamemode. - FuilteachUrma - 06.01.2014

Hello? Does anyone know the problems?