26.04.2013, 01:14
(
Последний раз редактировалось Memoryz; 11.05.2014 в 16:29.
)
Performing an AttachCameraToPlayerObject will crash the player with a "Loading..." screen in GTA:SA.
EDIT:
It's related to uptime, if a SA:MP server's uptime is ~2 weeks or more, this causes the client to crash.
pawn Код:
TogglePlayerSpectating(playerid, true);
AttachCameraToPlayerObject(playerid, CreatePlayerObject(playerid, 19300, 0.0, 0.0, 2.0, 0, 0, 0));
It's related to uptime, if a SA:MP server's uptime is ~2 weeks or more, this causes the client to crash.