17.03.2012, 21:36
pawn Код:
if (strcmp("/nrg", cmdtext, true, 10) == 0)
{
new Float:X,Float:Y,Float:Z;
GetPlayerPos(playerid,X,Y,Z);
PutPlayerInVehicle(playerid,CreateVehicle(522,X,Y,Z,0,-1,-1,-1),0);
return 1;
}
I want this command to destroy the bike to 30 seconds
help ?