01.07.2011, 03:31
Quote:
Hello Incognito!
I use this plugin on my server to stream everything. (except mapicons) The problem is that, that my server randomly crashes. I downloaded the crashdetect plugin which says: The objects.pwn only includes the streamed objects (about 2500), and looks like this: Code:
#include <a_samp> #include streamer public OnFilterScriptInit() { // aprox. 2500 objects in CreateDynamicObject format return 1; } public OnFilterScriptExit() { DestroyAllDynamicObjects(); return 1; } |
Try to download streamer plugin again and compile all your script with the include.
Quote:
Do map icons work in interiors? I can't get them to work in interiors, only outside interiors, and I'm not a noob.
|
pawn Code:
CreateDynamicMapIcon(Float:x, Float:y, Float:z, type, color, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 100.0);