Problems with streamer
#1

I added object... I have lastest plugins streamer.. include i add #include <streamer> and all and its still shadow.. help
Reply
#2

I didnt understand you.

You added this?:
pawn Код:
CreateDynamicObject(ObjectID, X, Y, Z, RX, RY, RZ;
Reply
#3

I added CreateObject under ongamemodeinit ... they are there but they appear only when im near them
Reply
#4

cuz of the streamer and i have the lastest version..
Reply
#5

1. Use the streamers functions, CreateDynamicObject.
2. Try this AFTER your CreateDynamicObject lines.

pawn Код:
for(new o; o < CountDynamicObjects(); o++)
    {
        if(IsValidDynamicObject(o))    
        {
            //Streamer_SetFloatData(STREAMER_TYPE_OBJECT, o, E_STREAMER_DISTANCE, 300.0);
            Streamer_SetFloatData(STREAMER_TYPE_OBJECT, o, E_STREAMER_DRAW_DISTANCE, 300.0);           
        }
    }
3. Edit button lol...
Reply
#6

still doesnt work....
Reply
#7

Which streamer are you using. I assume its Incognito's, if thats the case this is the format:
pawn Код:
CreateDynamicObject(objectid, X, Y, Z, Xrot, Yrot, Zrot, VirtualWorld, Interior, Playerid, Drawdistance);
If you want it to be in all VW's, Interiors, and visible to all players put -1 in those spots.
Reply
#8

what is playerid ? and it doesnt work I tested it.... still shadows
Reply
#9

You would put a number in playerid if you wanted it to show for a specific player only.
Reply
#10

Solved, I added CreateObject, and I added the line from On top blabla.. and it works, thanks ! you guys now about dini for neon ? I have neon system and I would like to make save them when server restarting?
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)