15.08.2011, 06:29
Quote:
Uhm, I just try to make a simple command to change the vehicles plate, ignore the dini part.
|
PS: also i will try to ignore this
even though its very hard lulz
pawn Код:
if(!dini_Exists("CarPlates.ini")) {
dini_Create("CarPlates.ini");
}
new Str[128];
new vehid = GetPlayerVehicleID(playerid);
format(Str,128,"%d",vehid);
dini_Set("CarPlates.ini", Str, platenumber);