24.05.2012, 09:25
Alright, I posted this before but got ZERO responses, please try to help me out.
I recently made this script:
[ame]http://www.youtube.com/watch?v=C_0FZK4fJWo[/ame]
This is on my testserver, which uses the exact same gamemode as my main server.
However, on my main server it looks like this:
[ame]http://www.youtube.com/watch?v=Vz9WPmZM33c[/ame]
I did a few tests and it even flickers with the following code:
What could be causing this? Because I promised my players the FPS script I made, but so far all they have is a buggy version of it
Any help is appreciated.
Milan
I recently made this script:
[ame]http://www.youtube.com/watch?v=C_0FZK4fJWo[/ame]
This is on my testserver, which uses the exact same gamemode as my main server.
However, on my main server it looks like this:
[ame]http://www.youtube.com/watch?v=Vz9WPmZM33c[/ame]
I did a few tests and it even flickers with the following code:
Код:
CMD:fpstest(playerid, params[]) { new object1 = CreateObject(19300, 0, 0, 0, 0.0, 0.0, 0); AttachCameraToObject(playerid, object1); return 1; }

Any help is appreciated.
Milan