SA-MP Forums Archive
Quick Help - If helpful will pay for your time - 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: Quick Help - If helpful will pay for your time (/showthread.php?tid=397106)



Quick Help - If helpful will pay for your time - Slaykler - 03.12.2012

Okay so, i have this new script i have modified.

I havent touched the login or registration system, But there was no addplayerclass in the script which i thought was a bit weird, so i went in game and it came up with the Stay within world boundries Messages flickering etc.

I then added a playerclass with no weapons what so ever. Keep in mind this is togglespectatingplayer mode, as soon as you finish your registration or login and spawn it kicks you from the server. But if i dont have the addplayerclass i wont kick you but you cant move cause the world boundries.


Please help -


Re: Quick Help - If helpful will pay for your time - LarzI - 03.12.2012

I might be able to help you if you upload/send me the script. Also if you could explain deeper what the problem really is, this will be much easier to solve.


Re: Quick Help - If helpful will pay for your time - Slaykler - 03.12.2012

Add me to skype Slaykler I wont print it on here


Re: Quick Help - If helpful will pay for your time - Konstantinos - 03.12.2012

I don't need your money.

// --

Can you explain it with more details, please I didn't understand so good.
Add this in OnPlayerSpawn
pawn Код:
SetPlayerWorldBounds(playerid, 20000.0000, -20000.0000, 20000.0000, -20000.0000);
Can't you move cause of this, or you're freezed?


Re: Quick Help - If helpful will pay for your time - Slaykler - 03.12.2012

THANK YOU <3<3<3<3<3<3<3<3

That Fixed it


Re: Quick Help - If helpful will pay for your time - Konstantinos - 03.12.2012

Nice!
This is just reset the world bounds.