Posts: 672
Threads: 89
Joined: Jan 2010
Is it possible to set all cars the same number plate?
Posts: 1,170
Threads: 19
Joined: May 2010
Reputation:
0
Set it under OnVehicleSpawn
Posts: 2,862
Threads: 11
Joined: Mar 2008
Reputation:
0
Yes it is. And don't listen to Hal. All vehicles have the same plate by default.
Posts: 672
Threads: 89
Joined: Jan 2010
Quote:
Originally Posted by Hal
Set it under OnVehicleSpawn
|
It sets as XYRZ 000
Posts: 663
Threads: 42
Joined: May 2009
Reputation:
0
If you want one custom plate on every vehicle set it under OnGameModeInit. Make sure the code is below the cars you have created.
Posts: 672
Threads: 89
Joined: Jan 2010
Did that,it's not working
Posts: 672
Threads: 89
Joined: Jan 2010
Quote:
Originally Posted by Anthonyx3'
The way its done is just as said above,
Paste to OnGameModeInit()
pawn Код:
for(new i=1; i<MAX_VEHICLES; i++) { SetVehicleNumberPlate(i, "SA-MP.COM"); }
|
Ive told you that i already did that but its just not working!
The numberplate its set to XYZR 000
Posts: 192
Threads: 7
Joined: Jun 2009
Reputation:
0
which rc version are you using?