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
#2

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


Forum Jump:


Users browsing this thread: 1 Guest(s)