[Ajuda] Mudar Nivel. - 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] Mudar Nivel. (
/showthread.php?tid=385166)
Mudar Nivel. -
PedroP - 14.10.2012
Olб galera , queria saber como que eu mudo o level para quem registra no servidor , quando ele registra tб level 5 , queria mudar para 3 , como que faзo ?
Obrigado espero Reposta.
Re: Mudar Nivel. -
humildadeforever - 14.10.2012
Aperte CTRL + F no pawno, digite SetPlayerScore(playerid, 5);
Se achar, mude pra 3. Ou entгo procure algo semelhante no sistema de registro/login.
Re: Mudar Nivel. -
PedroP - 14.10.2012
fiz oque vocк falo , mais nгo deu certo , feis sу o barulho de como n tivesse no gm , eu coloquei o SetPlayerScore , sу e apareceu isso , SetPlayerScore(playerid, LevScore); , eu colocando SetPlayerScore(playerid, LevScore); , fais aquele barulho de como n tivesse.
espero mais resposta.
Re: Mudar Nivel. -
ForT - 14.10.2012
procure por
PHP код:
PlayerInfo[playerid][pLevel] = 5;
Re: Mudar Nivel. -
MatriXBorn - 14.10.2012
Quote:
Originally Posted by ForT
procure por
PHP код:
PlayerInfo[playerid][pLevel] = 5;
|
Faz o que ele falow e muda o 5 por 3
ficando
pawn Код:
PlayerInfo[playerid][pLevel] = 3;