25.05.2014, 21:01
preguiзa, procura isso:
na include PPC_DefTexts
pawn Код:
// Class related
#define TXT_ClassTrucker "Caminhoneiro" // Define the game-text that shows when the player is choosing classes (this one = trucker)
#define TXT_ClassBusDriver "Motorista de onibus" // Define the game-text that shows when the player is choosing classes (this one = bus-driver)
#define TXT_ClassPilot "Piloto" // Define the game-text that shows when the player is choosing classes (this one = pilot)
#define TXT_ClassPolice "Policial" // Define the game-text that shows when the player is choosing classes (this one = police)
#define TXT_ClassMafia "Mafia" // Define the game-text that shows when the player is choosing classes (this one = mafia)
#define TXT_ClassCourier "Correios" // Define the game-text that shows when the player is choosing classes (this one = courier)
#define TXT_ClassAssistance "Mecanico" // Define the game-text that shows when the player is choosing classes (this one = assistance)
#define TXT_ClassRoadWorker "Operario de DNIT" // Define the game-text that shows when the player is choosing classes (this one = roadworker)

