Object kill!
#1

Heey guys
I want to make sharks in water and if you touch it you go die(lol).
But how can i do it if the player touch object the player dies or is there a shark script?

Thanks Admigo
Reply
#2

pawn Код:
//OnPlayerUpdate
new
    Float:p[3];
GetObjectPos(SHARK_OBJECT_ID, p[0], p[1], p[2]);
if(IsPlayerInRangeOfPoint(playerid, 1.3, p[0], p[1], p[2])) {
    SetPlayerHealth(playerid, 0);
}
Reply
#3

Thnks dude tested and worked!
any ideas how to let the shark swim?
Reply
#4

How can i make a vehicle invisable?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)