[AYUDA] GangZone
#4

Es muy obvio. Nunca se lo has mostrado al jugador, y sуlo lo muestras (a todos) cuando carga el GM.

Lo mejor serнa hacerlo de esta manera:

pawn Код:
new GangMats;
public OnGameModeInit()
{
    GangMats = GangZoneCreate(1634.2751, -1023.9272, 1834.2751, -1223.9272);
    //Es inъtil usar GangZoneShowForAll en esta funciуn ya que cuando se llama
    //difнcilmente hay jugadores. (Si no es que se ha usado GMX anteriormente...)
    return true;
}

public OnPlayerSpawn(playerid)
{
    GangZoneShowForPlayer(playerid, GangMats, COLOR_GREEN);
    return true;
}
Reply


Messages In This Thread
[AYUDA] GangZone - by ValenRatti - 24.12.2013, 00:26
Respuesta: [AYUDA] GangZone - by Swedky - 24.12.2013, 00:35
Re: [AYUDA] GangZone - by ValenRatti - 24.12.2013, 01:28
Respuesta: Re: [AYUDA] GangZone - by hotspicytaco - 24.12.2013, 03:12

Forum Jump:


Users browsing this thread: 1 Guest(s)