need help
#1

Hello all,
I connect on my linux server, there is such plugins: xStreamer_plugin_v4.1 and me there is such a problem: Script[gamemodes/GRPLT.amx]: Run time error 19: "File or function is not found"

Maybe someone can help solve the problem This
Reply
#2

GRPLT.amx is not in your gamemodes folder
Reply
#3

Quote:
Originally Posted by Redgie
GRPLT.amx is not in your gamemodes folder
Wrong.

It means you have a function in your gamemode which can't be found by the server (you're missing a plugin).
Reply
#4


I have to add this functionality to the gamemode?


CreateStreamedObject (modelid, Float: x, Float: y, Float: z, Float: rx, Float: ry, Float: rz) / / Create an object
native DestroyStreamedObject (ObjectID); / / Destroy an object
native MoveStreamedObject (ObjectID, Float: x, Float: y, Float: z, Float: speed) / / Move an object
native StopStreamedObject (ObjectID); / / stop an object
native DestroyObjectsCreatedByMe () / / Destroy all objects created by the current script (but not other filterscripts) - this seems to crash above 45.000 objects
Reply
#5

Quote:
Originally Posted by vilmantux19
I have to add this functionality to the gamemode?


CreateStreamedObject (modelid, Float: x, Float: y, Float: z, Float: rx, Float: ry, Float: rz) / / Create an object
native DestroyStreamedObject (ObjectID); / / Destroy an object
native MoveStreamedObject (ObjectID, Float: x, Float: y, Float: z, Float: speed) / / Move an object
native StopStreamedObject (ObjectID); / / stop an object
native DestroyObjectsCreatedByMe () / / Destroy all objects created by the current script (but not other filterscripts) - this seems to crash above 45.000 objects
nope just at the plugin you got into ur plugins folder of ur server
if u dont have one yet make one called: plugins
Reply
#6

I have done there in the line of plugins for me but the server is activated, when an error is thrown for some reason and I do not know what to do?
Reply
#7

is no one can help me?
Reply
#8

show me ur plugin line of ur server.cfg and u sure its in the pluginsfolder?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)