28.05.2011, 00:56
aparece oq ?
tente.
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.