Big mapping bug
#1

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

try to run it with out those lines
just "comment" it
pawn Код:
/*for(new playerid, g_m = GetMaxPlayers(); playerid < g_m; playerid++) if(IsPlayerConnected(playerid))

{
Streamer_UpdateEx (playerid, posx, posy, posz);
}*/
Reply
#3

Thanks for answering but it don't works
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)