SA-MP Forums Archive
Failed to update Icognito's Streamer Plugin :'( - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Failed to update Icognito's Streamer Plugin :'( (/showthread.php?tid=170219)



Failed to update Icognito's Streamer Plugin :'( - Shadow_Gengar - 22.08.2010

Hey guys!

I tried to update Icognito's Streamer Plugin into 0.3b R2,
but I failed xD I've my objects under OnGameModeInit()
and this was the old Code:
Code:
CreateDynamicObject(1634,2507.835205,-1672.340576,12.872344,354.8434,0.0,268.8998);
And that's the new:
Code:
for(new i=0; i<MAX_PLAYERS; i++)
{
	if(IsPlayerConnected(i))
	{
		CreateDynamicObject(1634,2507.835205,-1672.340576,12.872344,354.8434,0.0,268.8998,0,0,i,250.0);
	}
}
Now the objects are invisible.. D:

Hope u can help me P=

Greetz from Germany


Re: Failed to update Icognito's Streamer Plugin :'( - Babul - 22.08.2010

simply downlaod the latest version and recompile your GM...
https://sampforum.blast.hk/showthread.php?tid=102865