12.01.2013, 21:11
(
Last edited by x96664; 02/08/2014 at 02:45 AM.
)
I lost the script, if someone has it, please post a link in this thread.
Thanks in advance!
Thanks in advance!
public OnPlayerStateChange(playerid, newstate, oldstate)
{
if(newstate == PLAYER_STATE_DRIVER || newstate == PLAYER_STATE_PASSENGER)
{
//Show Textdraw Here
}
if(newstate == PLAYER_STATE_ONFOOT)
{
//Hide Textdraw here
}
return 1;
}
Good. But can you make another one with only speed an vehicle name. ?
|
in your screenie it says: Doors: Unocked, should be Unlocked, but nice speedo, gonna use this in my server, was looking for something like this for a long time already
also nice numberplate you got there xD 2F2F, 2 Fast 2 Furious ![]() |
TextDrawShowForPlayer(playerid, Speed);
TextDrawSetString(Speed, speed_string);
TextDrawSetString(Speed, speed_string);
TextDrawShowForPlayer(playerid, Speed);