29.01.2013, 22:16
(
Последний раз редактировалось jakejohnsonusa; 29.01.2013 в 22:54.
)
I want to in some way make the outcome of h usable in my entire GM, but how can I do this?
Thanks in advance: jakejohnsonusa
Under OnGameModeInt (what I want h to be usable for in the ENTIRE GM(All Callbacks):
Basically how can I add this code to the very beggining of My GM with " new LoadedCarID = h; " ?
Thanks in advance: jakejohnsonusa
Under OnGameModeInt (what I want h to be usable for in the ENTIRE GM(All Callbacks):
pawn Код:
new string2[64];
for(new h = 1; h < sizeof(CarInfo); h++)
{
format(string2, sizeof(string2), "LARP/Vehicles/%d.ini",h);
if(dini_Exists(string2))
{