Can someone help?
#1

Hi. I have problem. I have GM , but in there are too many cars.. So i was thinking is there possible to remove car from gamemode if i'm in-game with command like /remove , /delete , or something.


---
Thanks.
Franklyn.
Reply
#2

Yes it is. But you'll have to to like this:
pawn Код:
//Somewhere under your OnGameModeInit callback.
new car01 = AddStaticVehicle(520, 2109.1763, 1503.0453, 32.2887, 82.2873, 0, 1);
And then in your command:
pawn Код:
DestroyVehicle(car01);
Don't know is this the best way but it's the only way I can think of right now.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)