SA-MP Forums Archive
URGENT : Little Help [+REP] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: URGENT : Little Help [+REP] (/showthread.php?tid=629939)



URGENT : Little Help [+REP] - LondonRP - 05.03.2017

new getfile[50];
myStrcpy(Vehicles[i][vPlate], dini_Get(CarFile(i), "vPlate"));
format(getfile, sizeof(getfile), "%s", i);
SetVehicleNumberPlate(i, getfile);
}

how can i fix this?

for example how can i add "getfile" at mystrcpy?
i want to make that please help me or in any other way plss!!

THANKS! <3


Re: URGENT : Little Help [+REP] - Sithis - 06.03.2017

You need to show more of your code. I have no idea what you're trying to do.