[GameMode] Survival The Island - Rust/DayZ/Craft
#21

Yesterday, i run it "local game" it's really working, but i uploaded the files and run it.. the It's keep reconnecting
Reply
#22

I have tried to run it, can't work, I will try to work on it again, its a good one man
Reply
#23

Good work, Truth! Continue like this
Reply
#24

Good Job, it's Ready made xD so no need to sacrifice
Reply
#25

can your give me code home/build?
Reply
#26

Survival gm, this is nice
Reply
#27

gg,..
Reply
#28

i have played this,its very good.
and i have a better idea to cut trees.
I determine whether the specified XY coordinates are in front of the player.
I'm not careful. Maybe it's not accurate.
public IsPlayerFacingPosition(pid, Float, Float:y, Float:ag)
{

new Float:_pPos[3];
GetPlayerPos(pid, _pPos[0], _pPos[1], _pPos[2]);

new Float:dlX = x - _pPos[0];
new Float:dlY = y - _pPos[1];

new Float:angle = atan(dlY / dlX);

if(dlX > 0){
angle = angle + 180;
}else{
if(dlY < 0){
angle = 360 - angle;
}
}
angle+=90.0;
new FloatAngle;
GetPlayerFacingAngle(pid, pAngle);
if(floatabs(pAngle - angle) < ag){
return true;
}else{
return false;
}
}
Reply
#29

Nice Work niga
Reply
#30

its not english sad.
Reply
#31

Looks Nice,Keep the good work goin.
Reply
#32

Nice GM +rep
Reply
#33

Good One.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)