Having an Issue.
#1

Heya' guys.

I'm trying to get a license plate system going, and I'm having issues.
I did it using another vehicle system and it worked fine, and I used almost the exact same lines as I'm about to post.

Can anyone help me out? Thanks!

pawn Код:
new licenseplate[32];
format(licenseplate, sizeof(licenseplate), "%c%c%c %i%i%i%i",(65+random(26)),(65+random(26)),(65+random(26)),random(10),random(10),random(10),random(10));
vehicleVariables[i][vVehiclePlate] = licenseplate; (ERROR IS ON THIS LINE)
Error:

C:\Users\Eric\Desktop\SAMP Server\ET-RP\ET-RP\gamemodes\vx-rp.pwn(17012) : error 006: must be assigned to an array
Reply


Messages In This Thread
Having an Issue. - by Eric - 21.12.2011, 16:08
Re: Having an Issue. - by kizla - 21.12.2011, 16:13
Re: Having an Issue. - by Eric - 21.12.2011, 16:14
Re: Having an Issue. - by Tee - 21.12.2011, 16:19
Re: Having an Issue. - by kizla - 21.12.2011, 16:22
Re: Having an Issue. - by Eric - 21.12.2011, 16:23

Forum Jump:


Users browsing this thread: 1 Guest(s)