Carpark.
#1

Yeah, I've seen a lot of players getting car-parked by other player(s).

However, I would like to stop this attack, What functions could be useful?
Reply
#2

maybe using this method
pawn Код:
public // bla bla bla
{
    new Float:X, Float:Y, Float:Z;
    GetPlayerPos(playerid, X, Y, Z);
    new vid = GetPlayerVehicleID(playerid);
    if(GetVehiclePos(vid, X, Y, Z);
    {
        SetVehiclePos(vid, X+5, Y+5, Z);
    }
    return 1;
}
//rest of script
I has no idea just tryin to help ya
Reply
#3

Seems good, thanks, but if anyone else has an other method, Feel free to reply.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)