Quote:
Originally Posted by [HiC]TheKiller
|
I tried this.
My server.cfg, added this line:
Script:
Код:
#include <a_samp>
#include <streamer>
My folder where I put the streamer.dll:
C:\Users\USERNAME\AppData\Local\VirtualStore\Progr am Files (x86)\Rockstar Games\GTA San Andreas\ServerScript\plugins
Same directory as my dini files are saved to(scriptfiles instead of plugins).
The objects I added OnGameModeInit:
Код:
//_______________OBJECTS
CreateDynamicObject(6236,-2097.43359375,3695.57128906,8.33852673,0.00000000,69.47204590,270.26916504); //object(canal_floor3) (1)
CreateDynamicObject(2991,-2124.70996094,3694.41284180,2.57932711,11.98596191,2.81134033,359.41571045); //object(imy_bbox) (1)
CreateDynamicObject(2973,-2128.16577148,3694.47900391,2.09982681,14.99633789,358.70593262,0.33489990); //object(k_cargo2) (1)
Converted from convertffs.com/objects > Incognito's Streamer Plugin
When I start my server, the game mode fucks up. It says "Connected to.." but my script is gone, no classes or anything.
What the shit.
EDIT: Server window:
Quote:
SA-MP Dedicated Server
----------------------
v0.3b R2, ©2005-2010 SA-MP Team
[12:19:46] filterscripts = "" (string)
[12:19:46]
[12:19:46] Server Plugins
[12:19:46] --------------
[12:19:46] Loading plugin: streamer
[12:19:46] Failed.
[12:19:46] Loaded 0 plugins.
[12:19:46]
[12:19:46] Filter Scripts
[12:19:46] ---------------
[12:19:46] Loaded 0 filter scripts.
[12:19:46] Script[gamemodes/COBC.amx]: Run time error 19: "File or function is not found"
[12:19:46] Number of vehicle models: 0
|