undefined symbol "AttachStreamToObject"
#1

Код:
if(strcmp(cmdtext, "/siren1", true) == 0)
	{
    siren1[playerid] = CreateObject(2226,0,0,0,0,0,0);
    new Float:VPos[3];
    GetVehiclePos(playerid,VPos[0],VPos[1],VPos[2]);
    AttachObjectToVehicle(siren1[playerid], GetPlayerVehicleID(playerid), 0.409729004, 0.526367188, 0.206963539, 0, 0, 0);
    line 67504=AttachStreamToObject(siren1[playerid], 20.0, "http://k005.kiwi6.com/hotlink/gc1opmx6w5/federal_q2a.mp3");
    return 1;
	}
how would i define AttachStreamToObject?

here is the Error Line (67504) : error 017: undefined symbol "AttachStreamToObject"
Reply


Messages In This Thread
undefined symbol "AttachStreamToObject" - by Crossfire1989 - 20.05.2013, 12:00
Re: undefined symbol "AttachStreamToObject" - by DaRk_RaiN - 20.05.2013, 12:01
Re: undefined symbol "AttachStreamToObject" - by Crossfire1989 - 20.05.2013, 12:09

Forum Jump:


Users browsing this thread: 1 Guest(s)