Weather ID Help
#1

Is there possibly a weather ID that kind of emulates the effect of the "Stay within world boundaries" glitch?
Reply
#2

What do you mean exactly?
Reply
#3

Quote:
Originally Posted by McBan
Посмотреть сообщение
What do you mean exactly?
Sometimes, when you forget to add a AddPlayerClass line for your script, you glitch out when you're suppose to spawn. It looks somewhat like this.

http://*********/J7nRm8EPtW8?t=37s

I've seen a drug effect on a server that emulated this and was wondering how it's possible.
Reply
#4

Anyone?
Reply
#5

In the video, this 'effect' is created when you z height is somewhere 9999999
Set your Z height to this or higher and you'll have this effect.
Reply
#6

You're teleporting somewhere that is outside of sa-mp's default boundaries.
Reply
#7

There is a weather (I'm guessing it's a weather) that has the same effect, yes. I've seen it on Southclaw's server. This doesn't involve setting your Z coordinate or any coordinate for that matter to anything, because I was still driving when I had this effect.

So yes, it is a weather ID, but I just don't know which one... perhaps you could ask Southclaw?
Reply
#8

There is no weather like that one but if you are trying to bug the player try this:

Код:
/Rcon gravity -200
Or

pawn Код:
SendRconCommand("gravity -200");
Or just set the player's gravity to 200.

This plugin has the native of SetPlayerGravity.

pawn Код:
SetPlayerGravity(playerid, Float:gravity);
Also, I guess that the weather "-4" looks a little bit like that but it is different.

Another easy way to get that effect:

pawn Код:
new Float: X, Float: Y, Float: Z;
GetPlayerPos(playerid, X, Y, Z);
SetPlayerPos(playerid, X, Y, Z+999999999);
Good luck
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)