/changeplate.
#8

Quote:
Originally Posted by Darnell
Посмотреть сообщение
Uhm, I just try to make a simple command to change the vehicles plate, ignore the dini part.
Ok umm Simple?, as you can see my way has a little less code and is extremely simple and very easy to implement and use in-game, but like i said it was just a suggestion...

PS: also i will try to ignore this
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);
even though its very hard lulz
Reply


Messages In This Thread
/changeplate. - by Darnell - 14.08.2011, 09:49
Re: /changeplate. - by KingTurtle - 14.08.2011, 10:49
Re: /changeplate. - by Darnell - 14.08.2011, 11:10
Re: /changeplate. - by Killa[DGZ] - 15.08.2011, 05:50
Re: /changeplate. - by Darnell - 15.08.2011, 06:00
Re: /changeplate. - by Killa[DGZ] - 15.08.2011, 06:14
Re: /changeplate. - by Darnell - 15.08.2011, 06:17
Re: /changeplate. - by Killa[DGZ] - 15.08.2011, 06:29
Re: /changeplate. - by Darnell - 15.08.2011, 06:34
Re: /changeplate. - by Killa[DGZ] - 15.08.2011, 06:53

Forum Jump:


Users browsing this thread: 8 Guest(s)