17.12.2011, 20:33
(
Последний раз редактировалось oli67; 18.12.2011 в 09:42.
)
hello everyone, i've got a bug with my mapping. I've got incognito's streamer for my linux server. After a server reboot the map won't load again.
In my log the streamer plugin was successfully loaded. I've put
for(new playerid, g_m = GetMaxPlayers(); playerid < g_m; playerid++) if(IsPlayerConnected(playerid))
{
Streamer_UpdateEx (playerid, posx, posy, posz);
}
under the CreateDynamicObjects but nothing wont load so what's wrong ?
thanks for help and sorry for my bad english
In my log the streamer plugin was successfully loaded. I've put
for(new playerid, g_m = GetMaxPlayers(); playerid < g_m; playerid++) if(IsPlayerConnected(playerid))
{
Streamer_UpdateEx (playerid, posx, posy, posz);
}
under the CreateDynamicObjects but nothing wont load so what's wrong ?
thanks for help and sorry for my bad english