12.08.2013, 14:28
Author: © Cartman#
Description: This is a INCLUDE which show the name of your car by her ID.
How does it work?
Download:
• MEGA: Click
How to install
#1. Copy file "GetModel.inc" in the folder "/panwo/include".
#2. Write "#include <GetModel>" above all.
Comment: This is my work. I did this for a Speedometer in 20 minutes. I post this for you. I hope you enjoy.
Description: This is a INCLUDE which show the name of your car by her ID.
How does it work?
Код:
new vehid, string[64]; vehid = GetPlayerVehicleID(playerid); format(string, sizeof(string), "Your car is a %s.", GetModel(vehid)); SendClientMessage(playerid, -1, string);
• MEGA: Click
How to install
#1. Copy file "GetModel.inc" in the folder "/panwo/include".
#2. Write "#include <GetModel>" above all.
Comment: This is my work. I did this for a Speedometer in 20 minutes. I post this for you. I hope you enjoy.