[Ajuda] Player ID Bugado?
#8

Nossa cara, vocк deveria aprender a resolver os seus prуprios problemas do que ficar dependendo de segundos.

pawn Код:
forward Explodir(playerid);
public Explodir(playerid)
{
    new Float:x, Float:y, Float:z;
    if(IsPlayerInRangeOfPoint(playerid, 7.0, x, y, z))
    {
        GetPlayerPos(playerid, x, y, z);
        CreateExplosion(x, y, z, 12, 10.0);
        return 1;
    }
    return 1;
}
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)