SA-MP Forums Archive
cant see the objects :( - 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)
+--- Thread: cant see the objects :( (/showthread.php?tid=345514)



cant see the objects :( - the_zohan - 25.05.2012

i have midostream and i cant see midostream see the settings of thse some objects
pawn Код:
#pragma unused ret_memcpy
#include <a_samp>
#include <colors>
#include <Dudb>
#include <Dini>
#include <MidoStream>
#include <a_npc>
#include <foreach>
#include <JunkBuster> // Anti cheat
#include <VehicleHealthBar>
#include <bodyparts>

    CreateStreamObject(7493, 274.2080078125, 2988.494140625, 0, 0.000000, 0.000000, 1.9830322265625, 250.0); //
    CreateStreamObject(7493, 270.9873046875, 3072.326171875, 0, 0.000000, 0.000000, 1.9775390625, 250.0); //
    CreateStreamObject(7493, 291.791015625, 3064.9189453125, 0, 0.000000, 0.000000, 181.35131835938, 250.0); //
    CreateStreamObject(7493, 293.54400634766, 2994.5080566406, 0, 0.000000, 0.000000, 181.35131835938, 250.0); //
    CreateStreamObject(12857, 286.9833984375, 3099.146484375, 2.531364440918, 0.000000, 0.000000, 270.67565917969, 250.0); //
    CreateStreamObject(14416, 258.1494140625, 2936.73828125, 2.0709781646729, 0.000000, 0.000000, 0.000000, 250.0); //
    CreateStreamObject(14416, 255.1083984375, 2936.66015625, 2.0709781646729, 0.000000, 0.000000, 0.000000, 250.0); //



Re : cant see the objects :( - Ataraxia - 25.05.2012

pawn Код:
public OnGameModeInit()
{
    CreateStreamObject(7493, 274.2080078125, 2988.494140625, 0, 0.000000, 0.000000, 1.9830322265625, 250.0); //
    CreateStreamObject(7493, 270.9873046875, 3072.326171875, 0, 0.000000, 0.000000, 1.9775390625, 250.0); //
    CreateStreamObject(7493, 291.791015625, 3064.9189453125, 0, 0.000000, 0.000000, 181.35131835938, 250.0); //
    CreateStreamObject(7493, 293.54400634766, 2994.5080566406, 0, 0.000000, 0.000000, 181.35131835938, 250.0); //
    CreateStreamObject(12857, 286.9833984375, 3099.146484375, 2.531364440918, 0.000000, 0.000000, 270.67565917969, 250.0); //
    CreateStreamObject(14416, 258.1494140625, 2936.73828125, 2.0709781646729, 0.000000, 0.000000, 0.000000, 250.0); //
    CreateStreamObject(14416, 255.1083984375, 2936.66015625, 2.0709781646729, 0.000000, 0.000000, 0.000000, 250.0); //
    return 1;
}