Szerző Téma: XYZR 000 helyett más  (Megtekintve 628 alkalommal)

Rammstein

  • Vendég
XYZR 000 helyett más
« Dátum: 2011. Április 20. - 15:27:07 »
0 Show voters
Azt szeretném kérni, hogy az alap samp rendszám 0.3c-n ez: XYZR 000 na most azt szeretném hogy ez mondjuk CWS 001 - ... legyen és ne ugy h átírom hanem alapból a kocsikon, azt hogy lehet megoldani?

Nem elérhető DrAkE

  • 2078
    • Profil megtekintése
XYZR 000 helyett más
« Válasz #1 Dátum: 2011. Április 20. - 15:34:25 »
0 Show voters
new string[16];
for(new i=0; i<MAX_VEHICLES; i++) format(string, sizeof(string), \"CWS %d\", i), SetVehicleNumberPlate(i, string);

 
Nem tudom hogy mûködik-e :D

Rammstein

  • Vendég
XYZR 000 helyett más
« Válasz #2 Dátum: 2011. Április 22. - 22:51:30 »
0 Show voters
ezt hova rakjam?xD

Nem elérhető Csabesz

  • 7827
    • Profil megtekintése
XYZR 000 helyett más
« Válasz #3 Dátum: 2011. Április 22. - 22:57:33 »
0 Show voters
Idézetet írta: Stuntzor シ date=1303505490\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"7620\" data-ipsquote-contentclass=\"forums_Topic
ezt hova rakjam?xD
 
OnGameModeInit( )

XYZR 000 helyett más
« Válasz #4 Dátum: 2011. Április 23. - 00:16:58 »
0 Show voters
Idézetet írta: DrAkE date=1303306465\" data-ipsquote-contentapp=\"forums\" data-ipsquote-contenttype=\"forums\" data-ipsquote-contentid=\"7620\" data-ipsquote-contentclass=\"forums_Topic

new string[16];
for(new i=0; i<MAX_VEHICLES; i++) format(string, sizeof(string), \"CWS %d\", i), SetVehicleNumberPlate(i, string);

 
Nem tudom hogy mûködik-e :D
 
Így nem nagyon, mivel respawn után írja át.
 
new string[16];
    for(new i=0; i<MAX_VEHICLES; i++) {
    format(string, sizeof(string), \"CWS %d\", i);
    SetVehicleNumberPlate(i, string);
    SetVehicleToRespawn(i);
}

 

SimplePortal 2.3.7 © 2008-2024, SimplePortal