25.09.2013, 05:48
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 :
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.");
}