01.03.2013, 16:16
Quote:
You will need to know how vehicle IDs are created in the server internally and assess how you want to approach this problem.
If you are going to create the textdraw labels for 2 vehicles only, you will probably be better off not using a loop as this would overcomplicate things - also the server has no way of knowing which 2 vehicles you want to deal with. When spawning the vehicles, does your current code do the following: pawn Код:
|
Well I have solved the problem. This was strange.