11.06.2015, 10:05
Hi ! I asked this question because I want to add a new job .. and when I do this tangle id cars!
I followed this tutorial https://sampforum.blast.hk/showthread.php?tid=313961 but in my GM appears so:
Here is the job that I want to add ..Totu going well, but when I add my tangle IDs cars - especially cars in DS.
Link jobs : https://sampforum.blast.hk/showthread.php?tid=425957
I followed this tutorial https://sampforum.blast.hk/showthread.php?tid=313961 but in my GM appears so:
Код:
public IsAnOwnableCar(carid) { for(new i = 1; i < sizeof(ownedcar); i++) { if(carid == ownedcar[i]) return 1; } return 0; }
Link jobs : https://sampforum.blast.hk/showthread.php?tid=425957