10.10.2017, 16:32
I don't understand why you have 2 checks doing the exact same thing...
Just simply change
Just simply change
Код:
for(new j = 0; j < sizeof(GsfCar); j ++) { if(vehicleid == GsfCar[j] && PlayerInfo[pInfo][pOrgID] != 1) { ClearAnimations(playerid); GameTextForPlayer(playerid,"~r~ GROVE STREET FAMILIES",1250,4); } }