[FilterScript] bR SpeedoMeter
#1

INTRODUCTION:
hello guys i was getting bored so i thought to make something special so here i created an bR SpeedoMeter its have many features i hope you like that.

Features:
* Added Vehicle Name
* Added Speed System
* Added Gear System
* Added Light System

Commands:
*/lights
*/veh


Credits:
*samp
*zcmd
*sscanf
*me


Pictures:





Codes:
*PasteBin

Bugs:
* not got any if you get tell me.

i hope you like the work
Reply
#2

The identation is messed up
Reply
#3

Quote:
Originally Posted by willbedie
View Post
The identation is messed up
ok bro
Reply
#4

Nice work. Looks good.

+rep
Reply
#5

Quote:
Originally Posted by Wherethescripters
View Post
Nice work. Looks good.
Thanks bro
Reply
#6

Prety Good!
Reply
#7

Quote:
Originally Posted by Nizarh
View Post
Prety Good!
thnx
Reply
#8

You didn't do your homework at all this function is incorrect but you can easily find the correct function on the forums.

Code:
Float:GetPlayerSpeed(playerid)
{
    new Float:px, Float:py, Float:pz;
    GetVehicleVelocity(GetPlayerVehicleID(playerid), px, py, pz);
    return floatsqroot(floatpower(floatabs(px), 2.0) + floatpower(floatabs(py), 2.0) + floatpower(floatabs(pz), 2.0)) * 100;
}
You are also wasting player textdraws and doing extra work when a lot of them should just be global textdraws.

Code:
public OnPlayerDisconnect(playerid, reason)
{
    speedohide(playerid);
    return 1;
}
This does nothing at all.
Reply
#9

Quote:
Originally Posted by Pottus
View Post
You didn't do your homework at all this function is incorrect but you can easily find the correct function on the forums.

Code:
Float:GetPlayerSpeed(playerid)
{
    new Float:px, Float:py, Float:pz;
    GetVehicleVelocity(GetPlayerVehicleID(playerid), px, py, pz);
    return floatsqroot(floatpower(floatabs(px), 2.0) + floatpower(floatabs(py), 2.0) + floatpower(floatabs(pz), 2.0)) * 100;
}
You are also wasting player textdraws and doing extra work when a lot of them should just be global textdraws.

Code:
public OnPlayerDisconnect(playerid, reason)
{
    speedohide(playerid);
    return 1;
}
This does nothing at all.
Ok sir edited
Reply
#10

Good!
Can I Edit This And Post In Forum?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)