To destroy car
#1

Hello ,

How do you make a command liek /destroycar .

Can you please provide a example.

Please and Thanks.
Reply
#2

pawn Код:
if(!strcmp("/destroycar", cmdtext, true))
{
  DestroyVehicle(GetPlayerVehicleID(playerid));
  return 1;
}
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)