Failed to update Icognito's Streamer Plugin :'(
#1

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
Reply


Messages In This Thread
Failed to update Icognito's Streamer Plugin :'( - by Shadow_Gengar - 22.08.2010, 09:58
Re: Failed to update Icognito's Streamer Plugin :'( - by Babul - 22.08.2010, 10:29

Forum Jump:


Users browsing this thread: 1 Guest(s)