SA-MP Forums Archive
No one can see the players moving - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: No one can see the players moving (/showthread.php?tid=337933)



No one can see the players moving - Amine_Mejrhirrou - 28.04.2012

Hi scripters
Today i found a problem in the server (i just changed the anti cheat)
The players can"t see the other players moves ! i mean that i can move (run walk shot ...) but i see the othere players in the spawn place ! and the other players have the same problem
I have all the OnPlayerUpdate return 1;
Do someone know where the problem come from ?


Re: No one can see the players moving - 2KY - 28.04.2012

Quote:

Today i found a problem in the server (i just changed the anti cheat)
There's your problem.

Quote:

This forum requires that you wait 120 seconds between posts. Please try again in 26 seconds.

This is beyond annoying.


Re: No one can see the players moving - MP2 - 28.04.2012

You're probably returning 0 under OnPlayerUpdate. Comment out your entire OnPlayerUpdate callback with \* at the start and *\ at the end and see if it fixes it. If so, find out what is being returned as 0 in OnPlayerUpdate.


Re : No one can see the players moving - Amine_Mejrhirrou - 28.04.2012

in the Game mods and FS right ?


Re: No one can see the players moving - MP2 - 28.04.2012

Yes..


Re : No one can see the players moving - Amine_Mejrhirrou - 28.04.2012

still not working even when i did the /* */ on all the OnPlayerUpdate ...