Amx Backtrace
#8

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
Remove the #define pattern and have it as a function:
pawn Код:
GetVehicleNameEx(modelid)
{
    new v_name[18];
    if (400 <= modelid <= 611) strcat(v_name, ImenaVozila[modelid - 400]);
    return v_name;
}
and you don't need the brackets around each name of the vehicles.
Thanks
Reply


Messages In This Thread
Amx Backtrace - by TaylorShade - 05.07.2016, 08:12
Re: Amx Backtrace - by Vince - 05.07.2016, 08:28
Re: Amx Backtrace - by TaylorShade - 05.07.2016, 08:46
Re: Amx Backtrace - by Mencent - 05.07.2016, 09:16
Re: Amx Backtrace - by Runn3R - 05.07.2016, 09:54
Re: Amx Backtrace - by TaylorShade - 05.07.2016, 11:47
Re: Amx Backtrace - by Konstantinos - 05.07.2016, 13:03
Re: Amx Backtrace - by TaylorShade - 05.07.2016, 14:27

Forum Jump:


Users browsing this thread: 1 Guest(s)