03.02.2009, 13:18
I am currently making a script
and at the end of the message i have
and at the end of the message i have
Код:
SendClientMessage("blah blah %d",vehiclenames);
i would like a little box of vehicle id's and vehicle names,
so if the player is in a infernus - ID:411
it wont show the vehicle id but the vehicles name
i was thinking something like
enum();
{
411 Infernus,
520 Hydra
}
please help me fast

