SA-MP Forums Archive
need help - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: need help (/showthread.php?tid=92612)



need help - vilmantux19 - 21.08.2009

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


Re: need help - Redgie - 21.08.2009

GRPLT.amx is not in your gamemodes folder


Re: need help - Correlli - 21.08.2009

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).


Re: need help - vilmantux19 - 21.08.2009


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


Re: need help - saiberfun - 21.08.2009

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


Re: need help - vilmantux19 - 21.08.2009

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?


Re: need help - vilmantux19 - 21.08.2009

is no one can help me?


Re: need help - saiberfun - 21.08.2009

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