22.08.2010, 09:58
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:
And that's the new:
Now the objects are invisible.. D:
Hope u can help me P=
Greetz from Germany
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);
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); } }
Hope u can help me P=
Greetz from Germany