please give me a small help too - 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: please give me a small help too (
/showthread.php?tid=403421)
please give me a small help too -
iGamerX - 30.12.2012
hey guys i make a test server and it's working fine, but when my friends join and when they move others can't see it but chat is working fine
here an ex: think me and my friend join, when i move he can't see i am moving just staying at same place, and when he move i also can't see it...
hope someone will help me
Re: please give me a small help too -
Konstantinos - 30.12.2012
If OnPlayerUpdate callback returns 0, it won't update you and others can't see what you're doing.
Make sure, on your gamemode/filterscripts, it doesn't return false, but true to let others see your updates on the server.
Re: please give me a small help too -
iGamerX - 30.12.2012
Quote:
Originally Posted by Dwane
If OnPlayerUpdate callback returns 0, it won't update you and others can't see what you're doing.
Make sure, on your gamemode/filterscripts, it doesn't return false, but true to let others see your updates on the server.
|
hey thank you so much for help, but i can't fix it do you have teamviewer? please i am newbie to scripting and i need a help.