SA-MP Forums Archive
[Include] GetModel - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Includes (https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] GetModel (/showthread.php?tid=457654)



GetModel - TheCartman - 12.08.2013

GetModel Include
Click here for romanian topic.
Author: © Cartman#

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);
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.



Re: GetModel - Kreatyve - 12.08.2013

There are many like this.


Re: GetModel - TheCartman - 13.08.2013

I did not know...