incogitos streamer
#1

hello

today i created a custom function for incognitos streamer that moves a dynamic pickup heres the code

pawn Код:
stock MoveDynamicPickup(pickupid, Float:X, Float:Y, Float:Z)
{
    Streamer_SetFloatData(STREAMER_TYPE_PICKUP, pickupid, E_STREAMER_X, X);
    Streamer_SetFloatData(STREAMER_TYPE_PICKUP, pickupid, E_STREAMER_Y, Y);
    Streamer_SetFloatData(STREAMER_TYPE_PICKUP, pickupid, E_STREAMER_Z, Z);
}
this should be faster as its only clling one function not 2 but it doesn't actually work

i run this code to move a pickup the pickup vanishes and goes to where i ask until about 0.5 seconds later when it comes back and goes to its original position even though i have altered its values

as a not once the pickup moves back the one i just created still remains yet does nothing as no code is applied to it
Reply


Messages In This Thread
incogitos streamer - by Terminator1 - 22.05.2013, 12:14
Re: incogitos streamer - by IstuntmanI - 22.05.2013, 13:56
Re: incogitos streamer - by Vince - 22.05.2013, 14:46
Re: incogitos streamer - by Terminator1 - 22.05.2013, 15:08

Forum Jump:


Users browsing this thread: 1 Guest(s)