Quantcast
Channel: SA-MP Forums
Viewing all articles
Browse latest Browse all 18226

Destroy Vehicle

$
0
0
I have this cmd

Code:

CMD:vcar(playerid, params[])
{
    if(!IsPlayerVipType(playerid, 3))
                return SendClientMessage(playerid, COLOR_RED, "ERROR: You are not a Premium VIP Member!");
               
          new Float:x, Float:y, Float:z, Float:az;
          GetPlayerPos(playerid, x, y, z);
        GetPlayerFacingAngle(playerid, az);
          CreateVehicle(487, x+5, y+5, z, az, -1, -1, 180);
          return 1;
}

But i want after i get out the vehicle it destroy or disappear
Any Help?

Viewing all articles
Browse latest Browse all 18226

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>