[Ajuda] Como explodir um carro depois que spawnar outro
#7

aparece oq ?


pawn Код:
if(!strcmp(cmdtext,"/d", true))
{
    if(gato[playerid] != 0)
    {
          DestroyVehicle(gato[playerid]);
          gato[playerid]=NULL;
          SendClientMessage(playerid, -1, "Carro destruido!");
          return 0;
    }
    SendClientMessage(playerid, -1,"Nгo existe carros criados por tн");
    return 1;
}

tente.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)