[Q] earthquake
#1

Hello,
How i can create earthquake in my SA-MP server?

I saw something like this in one server ..
Reply
#2

Probably fast SetPlayerCamera placing and occasional SetCameraBehindPlayer
Reply
#3

you can show me example?
Reply
#4

UP...
Reply
#5

Код:
new Float:X,Float:Y,Float:Z;
GetPlayerPos(playerid,X,Y,Z);
SetPlayerCameraPos(playerid,X+random(10),Y+random(10),Z+random(10));
SetPlayerCameraLookAt(playerid,X,Y,Z);
place it into some kind of timer and then
Код:
SetCameraBehindPlayer(playerid);
Reply
#6

Thanks..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)