[Include] Ometer
#1

Hi everyone i just created a new include Ometer that gets vehicle speed (kmh, mph) and rpm!.

Example
pawn Код:
CMD:myspeed(playerid, params[])
{
    new Str[256], vehicleid;
    vehicleid = GetPlayerVehicleID(playerid);
    format(Str, 256, "You speed is %i kmh.", GetVehicleSpeedKmh(vehicleid));
    SendClientMessage(playerid, 0x00FF00FF, Str);
    return 1;
}
link: http://www.solidfiles.com/d/3893e6279e/

Pastebin: http://pastebin.com/eBYXkaeg
Reply
#2

Hey nice one but please post include on http://www.pastebin.com
Reply
#3

Added
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)