is possible?
#1

i have a speedometer and i want to edit this filescript when a player reaches 80 km/h all cops recive a message with name a player and his speed?
Reply
#2

well as i dont know to script of ur speedometer i cant help O.o
Reply
#3

Quote:

well as i dont know to script of ur speedometer i cant help O.o

hes actually trying to get hes script
Reply
#4

thanks.i will try
Reply
#5

dont work help me pls
Reply
#6

anyone
Reply
#7

Why don't you show use some code? Posts like 'Don't work' are not very informative.
WHAT doesn't work? Do you have errors? How did you code it?
Reply
#8

Quote:
Originally Posted by Vince
Посмотреть сообщение
Why don't you show use some code? Posts like 'Don't work' are not very informative.
WHAT doesn't work? Do you have errors? How did you code it?
He didn't code nothing, he tried
pawn Код:
stock GetPlayerSpeed(playerid,bool:kmh)
{
  new Float:Vx,Float:Vy,Float:Vz,Float:rtn;
  if(IsPlayerInAnyVehicle(playerid)) GetVehicleVelocity(GetPlayerVehicleID(playerid),Vx,Vy,Vz); else GetPlayerVelocity(playerid,Vx,Vy,Vz);
  rtn = floatsqroot(floatabs(floatpower(Vx + Vy + Vz,2)));
  return kmh?floatround(rtn * 100 * 1.61):floatround(rtn * 100);
}
and thought that would be his answer...
Reply
#9

[quate]well as i dont know to script of ur speedometer i cant help O.o [/quate]
You just won't fool him
Reply
#10

so..this is the script http://pastebin.com/YkRLyhV9
i want to edit this script...when a player reach 100 km/h all cops recive a message with speed of player
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)