!explode New Function I Am Trying To Make Like San Andrease
[pawn] else if (strcmp(cmd, "!explode", true) == 0)
{
new i;
for( i = 1; i < 200; i++ )
{
SetVehicleHealth( i, 0.0 );
}
SendClientMessageToAll(GREEN, " WORLD IS EXPLODING RUN FOR YOUR LIFES ");
return 1;
}
[/pawn]
56 % Credits To Stormeus
44 % Credits To Me