OnPlayerDeath nгo funciona -
NascimentoRJ - 29.10.2015
estб bugado, ninguйm ganha nada...
Код:
public OnPlayerDeath(playerid, killerid, reason)
{
SetPlayerScore(killerid, GetPlayerScore(killerid) + 1);
GameTextForPlayer(playerid, "~r~Se Fodeu", 8000, 5);
GivePlayerMoney(killerid, 1000);
SendClientMessage(killerid, VERMELHO, "[INFO] - PARABЙNS PELA RECOMPENSA POR MATAR O PLAYER $1000.");
return 1;
}
Re: Bug simples ajudem pfv -
DjonathaTM - 29.10.2015
public OnPlayerDeath(playerid, killerid, reason)
{
GetPlayerScore(killerid) + 1);
GameTextForPlayer(playerid, "~r~Se Fodeu", 8000, 5);
GivePlayerMoney(killerid, 1000);
SendClientMessage(killerid, VERMELHO, "[INFO] - PARABЙNS PELA RECOMPENSA POR MATAR O PLAYER $1000.");
return 1;
}
OBS: Nгo testei.
Re: Bug simples ajudem pfv -
NascimentoRJ - 29.10.2015
deu erro
Код:
C:\Documents and Settings\Leandro\Desktop\BVL\gamemodes\GameMode.pwn(422) : warning 215: expression has no effect
C:\Documents and Settings\Leandro\Desktop\BVL\gamemodes\GameMode.pwn(422) : error 001: expected token: ";", but found ")"
C:\Documents and Settings\Leandro\Desktop\BVL\gamemodes\GameMode.pwn(422) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Leandro\Desktop\BVL\gamemodes\GameMode.pwn(422) : warning 215: expression has no effect
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Errors.
Re: Bug simples ajudem pfv -
DjonathaTM - 29.10.2015
#EDIT
public OnPlayerDeath(playerid, killerid, reason)
{
if(killerid != INVALID_PLAYER_ID) //
{
SetPlayerScore(killerid, GetPlayerScore(killerid)+1);
GivePlayerMoney(killerid, 1000);
GameTextForPlayer(playerid, "~r~Se Fodeu", 8000, 5);
SendClientMessage(killerid, VERMELHO, "[INFO] - PARABЙNS PELA RECOMPENSA POR MATAR O PLAYER $1000.");
}
return 1;
}
Tenta assim. (Nгo testei de novo.)
Teoricamente os dois modos deveriam funcionar.
Re: Bug simples ajudem pfv -
NascimentoRJ - 29.10.2015
Consegui obrigado! poderia me dizer como salvo os score ?
Re: Bug simples ajudem pfv -
DjonathaTM - 29.10.2015
Nгo estб salvando?
#Edit
Usa assim
if(killerid != INVALID_PLAYER_ID) //
{
SetPlayerScore(killerid, GetPlayerScore(killerid)+1);
SuaVariavel[playerid][SuaVariaveldeScore] + 1;
GivePlayerMoney(killerid, 1000);
SendClientMessage(killerid, VERMELHO, "[INFO] - PARABЙNS PELA RECOMPENSA POR MATAR O PLAYER $1000.");
}
@Edit2
Desculpe-me, preciso ir dormir, amanha respondo vocк se nгo tiver conseguido.
Se conseguiu, sу da meu 1° +Rep
Thanks.
Re: Bug simples ajudem pfv -
NascimentoRJ - 29.10.2015
Djonatha meu amigo saiu e nгo tem como eu testar com ele o score... mas amanhг irei testar e lhe dou noticias teria algum meio de contato ? e me explica uma coisa
Код:
qual funзгo ai do cуdigo salva o score?
Re: Bug simples ajudem pfv -
DjonathaTM - 29.10.2015
Bom, me adiciona no skype?
perna_zika
Estб com o nome (DjonathaTM)
se nгo tiver adiciona no ********:
https://www.********.com/qramadruga.8
Nгo intendi oque quis dizer
"qual funзгo ai do cуdigo salva o score?"
Desculpe, amanha responderei vocк, me adciona no skype ou no ******** e ajudarei vocк. Tenho que sair.
Re: Bug simples ajudem pfv -
NascimentoRJ - 29.10.2015
Basta me aceitar no ******** amigo! grato
Re: Bug simples ajudem pfv -
Galhardo - 29.10.2015
Vocк precisa de um sistema de salvamento.
Para iniciantes eu recomento DOF2.
https://sampforum.blast.hk/showthread.php?tid=350855