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

pawn Код:
#define NULL 0x0x0x0x0x0x0x0x0x0
//
new gato[500];
if(!strcmp(cmdtext,"/elegy", true))
{
    gato[playerid] == CreateVehicle(...);
    SendClientMessage(playerid, -1,"[iPs]Garfield й muito gostoso!");
    return 1;
}
if(!strcmp(cmdtext,"/d", true))
{
    if(gato[playerid]) != NULL)
    {
          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;
}

noss, quee difiiiiiciiil!
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)