[Ajuda] Sistema de duelo
#4

Quote:
Originally Posted by Lucas_HenryK
Посмотреть сообщение
n deu.. voce so mudou avarint ID_DO_PLAYER_Q_ENVIOU isso nao ira resultar pq o problema e no ID_DO_DUELADO
Se vocк sabe o problema, por que nгo resolve vocк mesmo? O.o Vocк ao menos testou o cуdigo? Atй porque isto nгo faz sentido algum:

PHP код:
SetPVarInt(playerid,"ID_DO_PLAYER_Q_ENVIOU",playerid); 
Pra que armazenar num jogador o playerid dele mesmo?

Troque a linha acima por esta e teste.

PHP код:
SetPVarInt(id,"ID_DO_PLAYER_Q_ENVIOU",playerid); 
@EDIT

Nгo tinha visto o cуdigo inteiro. ALЙM das alteraзхes acima, tambйm tente mudar esta linha:

PHP код:
Duelar(playerid,GetPVarInt(playerid,"ID_DO_DUELADO"),24,25); 
Por

PHP код:
Duelar(playerid,GetPVarInt(playerid,"ID_DO_PLAYER_Q_ENVIOU"),24,25); 
Reply


Messages In This Thread
Sistema de duelo - by Lucas_HenryK - 08.07.2015, 21:46
Re: Sistema de duelo - by humildadeforever - 08.07.2015, 22:26
Re: Sistema de duelo - by Lucas_HenryK - 08.07.2015, 22:28
Re: Sistema de duelo - by humildadeforever - 08.07.2015, 22:32

Forum Jump:


Users browsing this thread: 1 Guest(s)