13.11.2014, 08:11
Hello,
I'm using flymode made by Kalcor and for few days, when I enable it on my local windows server, client get Loading screen.
I tested it on dedic server which is on linux and everything works fine.
I'm using the same plugins, look at this code:
I'm using flymode made by Kalcor and for few days, when I enable it on my local windows server, client get Loading screen.
I tested it on dedic server which is on linux and everything works fine.
I'm using the same plugins, look at this code:
Код:
noclipdata[playerid][flyobject] = CreatePlayerObject(playerid, 19300, X, Y, Z, 0.0, 0.0, 0.0); TogglePlayerSpectating(playerid, true); AttachCameraToPlayerObject(playerid, noclipdata[playerid][flyobject]);