SA-MP Forums Archive
[Ajuda] Trabalhos - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Trabalhos (/showthread.php?tid=665445)



Trabalhos - murilo2929 - 04.04.2019

Gostaria de saber como posso colocar novos trabalhos em minha GM, grato pela ajuda.


Re: Trabalhos - iAplle - 04.04.2019

PHP Code:
#define DESEMPREGADO     0
#define PILOTO 1
enum pInfo {
    
Profissao
}
new 
PlayerInfo[MAX_PLAYERS][pInfo];
//Sу ir fazendo as profissхes agora 
PlayerInfo[playerid][Profissao] == DESEMPREGADO
PlayerInfo
[playerid][Profissao] == PILOTO //e assim por diante 



Re: Trabalhos - murilo2929 - 04.04.2019

Quote:
Originally Posted by iAplle
View Post
PHP Code:
#define DESEMPREGADO     0
#define PILOTO 1
enum pInfo {
    
Profissao
}
new 
PlayerInfo[MAX_PLAYERS][pInfo];
//Sу ir fazendo as profissхes agora 
PlayerInfo[playerid][Profissao] == DESEMPREGADO
PlayerInfo
[playerid][Profissao] == PILOTO //e assim por diante 
mas como posso usar um Trabalho publicado aqui no forum e colocar em minha GM?


Re: Trabalhos - ipsLuan - 04.04.2019

Quote:
Originally Posted by murilo2929
View Post
mas como posso usar um Trabalho publicado aqui no forum e colocar em minha GM?
(CTRL + C) + (CTRL + V).
Copiando e colando.


Re: Trabalhos - murilo2929 - 04.04.2019

Quote:
Originally Posted by ipsLuan
View Post
(CTRL + C) + (CTRL + V).
Copiando e colando.
obrigado, ajudou muito s2 kssks


Re: Trabalhos - klap - 05.04.2019

no Gamemode que eu criei, seria dentro do jogo com o comando de administrador /acreatejob, em seguida /acreateroute

No seu... nгo sei.