[DUDA] їComo hago una matricula?
#1

Estoy guardando los datos de los coches en un .ini, para ello hay que crear un "stock" que de nombre al .ini
Mi stock es este:

pawn Код:
stock VehiclePath(playerid)
{
    new string[128],playername[MAX_PLAYER_NAME];
    GetPlayerName(playerid,playername,sizeof(playername));
    format(string,sizeof(string),PATH2,playername);
    return string;
}
Me gustaria que en vez de guardar el .ini de los coches con el nombre del jugador los guardara con un numero como si fuera una matricula, empezando por ejemplo con 00001...

Muchas gracias
Reply
#2

Capaz esta funciуn te podria ayudar... https://sampwiki.blast.hk/wiki/Setvehiclenumberplate

Si no aca encontrй algo que podrнas usar como ejemplo.. (script) https://sampforum.blast.hk/showthread.php?tid=311079
Reply
#3

https://sampwiki.blast.hk/wiki/SetVehicleNumberPlate *
Reply
#4

http://forum.sa-mp.com/showthread.ph...cleNumberPlate
http://pastebin.com/QNhgMGZi
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)