Clan Hq
#4

you need to create new like this
new Org1Cars[ORG1_CARS]; //name this as you want

under ongamemodeinit() where you have vehicles put like this
Org1Cars[0] = AddStaticVehicleEx(vehicle information)
Org1Cars[1] = AddStaticVehicleEx(cehicle information)


for(new j = 0; j < sizeof(Org1Cars); j ++)
{
if(vehicleid == Org1Cars[j] && PlayerInfo[enum info][enum of organization id] == -1)
{
ClearAnimations(playerid);
GameTextForPlayer(playerid,"~r~ YOUR ORGANIZATION NAM",1250,4);
}
}
return 1;
}
i think this shouild be it
NOTE: PUT THINGS I SAID 1 UNDER OTNHER SO U WONT GET ERRORS
Reply


Messages In This Thread
Clan Hq - by Seyed - 01.10.2017, 14:52
Re: Clan Hq - by JesterlJoker - 01.10.2017, 15:01
Re: Clan Hq - by Seyed - 01.10.2017, 15:13
Re: Clan Hq - by n00blek - 01.10.2017, 16:41
Re: Clan Hq - by Seyed - 01.10.2017, 17:25

Forum Jump:


Users browsing this thread: 1 Guest(s)