[Ajuda] Player ID Bugado?
#3

Quote:
Originally Posted by DartakousLien
Посмотреть сообщение
cara, voce nao passou o parametro playerid, por isso que dб erro! como o pawn vai saber qual й o playerid se voce nao disse?

pawn Код:
forward Explodir(playerid);
public Explodir(playerid)
{
if(IsPlayerInRangeOfPoint(playerid, 7.0, x, y, z))
{
    new Float:x, Float:y, Float:z;
    // Create an explosion at the player's position
    CreateExplosion(x, y, z, 12, 10.0);
    return 1;
}

e agora vai dar erro no x,y,z em IsPlayerInRangeOfPoint porque eles tambem nao estao definidos ... voce deve atribuir valores!
e voce tambem nao vai criar um explosao na posicao do player! voce criou os pontos flutuantes "new Float, Float:y, Float:z;" mas todos ele estao marcados como 0.0
voce tem de usar GetPlayerPos para lhes atribuir a posicao do player e so depois usar CreateExplosion
Se isso foi uma resposta, NAO FUNCIONOU. Erros dinovo:
Код:
C:\Arquivos de programas\Rockstar Games\GTA San Andreas\Server\filterscripts\Drop.pwn(275) : error 017: undefined symbol "x"
C:\Arquivos de programas\Rockstar Games\GTA San Andreas\Server\filterscripts\Drop.pwn(282) : error 030: compound statement not closed at the end of file (started at line 275)
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
Reply


Messages In This Thread
Player ID Bugado? - by TorresPutado - 27.08.2013, 19:52
Respuesta: Player ID Bugado? - by DartakousLien - 27.08.2013, 20:05
Respuesta: Player ID Bugado? - by TorresPutado - 27.08.2013, 20:15
Re: Respuesta: Player ID Bugado? - by Coe1 - 27.08.2013, 20:18
Re: Player ID Bugado? - by Standby - 27.08.2013, 20:48
Re: Player ID Bugado? - by Coe1 - 27.08.2013, 20:54
Respuesta: Player ID Bugado? - by TorresPutado - 27.08.2013, 21:16
Re: Player ID Bugado? - by Coe1 - 27.08.2013, 21:20
Respuesta: Re: Player ID Bugado? - by TorresPutado - 27.08.2013, 21:34
Re: Player ID Bugado? - by Standby - 27.08.2013, 21:37

Forum Jump:


Users browsing this thread: 1 Guest(s)