Posts: 913
Threads: 70
Joined: Apr 2009
Reputation:
0
You need to create player text draw for EVERY player, so if you want to change player textdraw position for 10player, then create one player textdraw for 10 player and change TD position for each player.
Posts: 361
Threads: 16
Joined: Aug 2013
Posts: 1,767
Threads: 124
Joined: Mar 2010
17.05.2014, 22:03
(
Last edited by Riddick94; 18/05/2014 at 08:57 AM.
)
Quote:
Originally Posted by Mellnik
What exactly is this one?
Code:
native GetPlayerHydraReactorAngle(playerid);
|
You know the "pipes" that you have under hydra's wings? The one's you move with numpad keys, to fly forward or down. You can get their angle positions.
Quote:
Originally Posted by RajatPawar
Awesome!
Will this set the position of the playertextdraw for every player? I mean if I wanted to have 10 different positions for 10 different players with the SAME player textdraw, would it work?
Cheers
|
One of the best functions I have waited for. And to be honest, you've just asked a really dumb question. There's support for textdraws and per-player textdraws. So, it is really simple answer here.
Quote:
Originally Posted by kurta999
Sorry, i'll remove my house shit in next version [...]
|
Don't worry about your English.. foreigners to the win.
Posts: 913
Threads: 70
Joined: Apr 2009
Reputation:
0
If you use -1 for vehicle color (random), then it will give -1 for you.
Question for others: If i use random car color, (-1), then random color will be generated from defined car colors for given vehicle from carcols.dat?
Posts: 352
Threads: 37
Joined: Jun 2012
https://www.youtube.com/watch?v=iokskpdfOYg (that quality lol)
/veh creates the vehicle and you can see that i'm entering color IDs and the colors get applied.
/lisamasin gets the vehicle's data (also color), destroys the vehicle, inserts the data into database and creates a new vehicle.
In my database i can see that both colors are -1. It was working properly with RyDeR`s include.
Posts: 625
Threads: 38
Joined: Nov 2011