[Ajuda] OnPlayerDeath nгo funciona
#1

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;
}
Reply
#2

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.
Reply
#3

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.
Reply
#4

#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.
Reply
#5

Consegui obrigado! poderia me dizer como salvo os score ?
Reply
#6

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.
Reply
#7

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?
Reply
#8

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.
Reply
#9

Basta me aceitar no ******** amigo! grato
Reply
#10

Vocк precisa de um sistema de salvamento.

Para iniciantes eu recomento DOF2.
https://sampforum.blast.hk/showthread.php?tid=350855
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)