Posts: 471
Threads: 24
Joined: Feb 2009
Reputation:
0
That easy and very useful for newbie
Posts: 709
Threads: 54
Joined: Jul 2010
Reputation:
0
wow, lolz, nice one.
I was just thinking about it, and Pop! its there.
Posts: 515
Threads: 74
Joined: Feb 2010
Reputation:
0
A little suggestion:
Maybe show people how to make random for each car, for example: Samp-1, samp-2 etc.
Posts: 760
Threads: 25
Joined: Aug 2009
Reputation:
0
for(new i=1; i<2000; i++)
{
new number[128];
format(number,128,"LVR %d%d%d",random(9),random(9),random(9));
SetVehicleNumberPlate(i, number);
}
return 1;
}
Posts: 139
Threads: 7
Joined: Aug 2010
Reputation:
0
Very simple and useful '-'
On my script i've used the name of owner in the plate ^^
Posts: 377
Threads: 78
Joined: Dec 2009
D:\13.17.2010\sdqweqwe\nlife\NLRP\gamemodes\sarp.p wn(14375) : error 037: invalid string (possibly non-terminated string)
D:\13.17.2010\sdqweqwe\nlife\NLRP\gamemodes\sarp.p wn(14375) : error 017: undefined symbol "Stars"
D:\13.17.2010\sdqweqwe\nlife\NLRP\gamemodes\sarp.p wn(14375) : error 017: undefined symbol "Vale"
D:\13.17.2010\sdqweqwe\nlife\NLRP\gamemodes\sarp.p wn(14375) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
Posts: 1,170
Threads: 19
Joined: May 2010
Reputation:
0
This is simple, but dont be hating cause people may not think about going about doing it like this :P
Posts: 377
Threads: 78
Joined: Dec 2009
Thanks, but the name still XYZR 0000
, how to fix this ?
Posts: 341
Threads: 18
Joined: Apr 2010
Reputation:
0
You need to respawn the cars, to change the Number Plate
Posts: 2,474
Threads: 79
Joined: Apr 2010
Reputation:
0
thnx i like small details!