#1

is there a way to make a max veh speed?

Reply
#2

/ban.
Reply
#3

Wait for SetPlayerVelocity in 0.3
Reply
#4

Huh?
Reply
#5

With 0.3 do something like
pawn Код:
if(GetVehicleModel(GetPlayerVehicleID(playerid)) == w/e)
{
  if(GetPlayerVelocity(playerid) == w/e)
  {
    SetPlayerVelocity(playerid, w/e);
  }
}
Reply
#6

Quote:
Originally Posted by MenaceX^
Huh?
i mean like so all the cars in the script cant go over like 50mph
Reply
#7

will there be a
SetMaxVelocity(playerid,w/e);
??
Reply
#8

Quote:
Originally Posted by JeNkStAX
With 0.3 do something like
pawn Код:
if(GetVehicleModel(GetPlayerVehicleID(playerid)) == w/e)
{
  if(GetPlayerVelocity(playerid) == w/e)
  {
    SetPlayerVelocity(playerid, w/e);
  }
}
How are you so sure about that?
Reply
#9

Quote:
Originally Posted by MenaceX^
Quote:
Originally Posted by JeNkStAX
With 0.3 do something like
pawn Код:
if(GetVehicleModel(GetPlayerVehicleID(playerid)) == w/e)
{
  if(GetPlayerVelocity(playerid) == w/e)
  {
    SetPlayerVelocity(playerid, w/e);
  }
}
How are you so sure about that?
when 0.3 comes out will there be a list of all the new codes like this/?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)