09.02.2012, 12:41
I find a good way.
set all of the vehicles become ownable.and than
when the owner is FBI,COP,GANG_one..they can be driven by members.(it look so stupid?
)
But there still some problem:
How to solve this problem?
set all of the vehicles become ownable.and than
when the owner is FBI,COP,GANG_one..they can be driven by members.(it look so stupid?

But there still some problem:
Код:
public IsACopCar(carid) { new owner = CarInfo[carid][cOwner]; if(owner == LSPD) { return 1; } return 0; } error 017: undefined symbol "LSPD"