Help Anti-Drive By
#3

Quote:
Originally Posted by JamesH
Посмотреть сообщение
I didn't get the platform idea.

Do you want a static area for the driving by to be prohibited?

And for the throwing you can use this :

pawn Код:
stock Force(playerid)
{
    new Float:Position[3];
    GetPlayerPos(playerid, Position[0], Position[1], Position[2]);
    SetPlayerPos(playerid, Position[0]+3, Position[1]+3, Position[2]+3);
    TogglePlayerControlAble(playerid, true);
        SendClientMessage(playerid, color, "You have been thrown away by a strange force.");
       
}
The platform is the Spawn Point or Area. Like a helicopter platform.

Thanks for the script. I will try it later coz I'm in my work right now. I would also like to know how it will know if the player2 that is in a vehicle shooting the player1 who is onfoot?

Also It will be like a force push without teleporting to other places.

Sample is: I'm standing in a circle force shield. When you try to get closer you will be only pushed away.
Reply


Messages In This Thread
Help Anti-Drive By - by kbalor - 25.09.2013, 05:28
Re: Help Anti-Drive By - by JamesH - 25.09.2013, 05:48
Re: Help Anti-Drive By - by kbalor - 25.09.2013, 06:54
Re: Help Anti-Drive By - by JamesH - 25.09.2013, 07:11
Re: Help Anti-Drive By - by kbalor - 25.09.2013, 13:49

Forum Jump:


Users browsing this thread: 1 Guest(s)