Destroy cars after they spawned
#10

Quote:
Originally Posted by leonardo1434
View Post
Instead of native function of samp, use foreach. it's better and simple than samp method.

[pawn]
CMD:destroyveh( playerid, params[ ] )
{
foreach(player,i)
{
DestroyVehicle(i, lol);
}
return 1;
}
[pawn]
that doesnt work, learn your facts.
Neither does your previous post.
Reply


Messages In This Thread
Destroy cars after they spawned - by MarinacMrcina - 04.06.2012, 20:34
Re: Destroy cars after they spawned - by milanosie - 04.06.2012, 20:34
Re: Destroy cars after they spawned - by MarinacMrcina - 04.06.2012, 20:37
Re: Destroy cars after they spawned - by leonardo1434 - 04.06.2012, 20:45
Re: Destroy cars after they spawned - by MarinacMrcina - 04.06.2012, 21:02
Re: Destroy cars after they spawned - by milanosie - 04.06.2012, 21:10
Re: Destroy cars after they spawned - by leonardo1434 - 04.06.2012, 21:16
Re: Destroy cars after they spawned - by FalconX - 04.06.2012, 21:26
Re: Destroy cars after they spawned - by leonardo1434 - 04.06.2012, 21:37
Re: Destroy cars after they spawned - by milanosie - 04.06.2012, 21:39

Forum Jump:


Users browsing this thread: 1 Guest(s)