Help Anti-Drive By
#2

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.");
       
}
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)