[Ayuda] Necesito ayuda por favor...
#2

Cambia la callback SpeedTrap por esta:

pawn Код:
forward SpeedTrap()
public SpeedTrap()
{
    for(new playerid = 0; playerid < MAX_PLAYERS; playerid++)
    {
        if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
        {
            new vehicleid = GetPlayerVehicleID(playerid);
            if(PlayerToPoint(10.0,playerid,1534.7885,-1682.2577,13.5469))
            {
                if(Speed(vehicleid) > 20)
                {
                    new string[256]
                    format(string, sizeof(string), "** HQ: Se ha tomado una foto de un vehiculo a gran velocidad!. **");
                    SendRadioMessage(1, TEAM_BLUE_COLOR, string);
                    WantedPoints[playerid]+=2; SetPlayerCriminal(playerid,255, "Velocidad Maxima no respetada!");
                    SendClientMessage(playerid, COLOR_YELLOW, "Has sido visto por las camaras de velocidad, corre!");
                }
            }
        }
    }
    return 1;
}
Reply


Messages In This Thread
[Ayuda] Necesito ayuda por favor... - by The_Scope - 28.01.2012, 21:34
Respuesta: [Ayuda] Necesito ayuda por favor... - by Miguel_Leopold - 28.01.2012, 21:46
Respuesta: [Ayuda] Necesito ayuda por favor... - by [Nikk] - 28.01.2012, 22:27
Respuesta: [Ayuda] Necesito ayuda por favor... - by Jovanny - 29.01.2012, 01:28
Respuesta: [Ayuda] Necesito ayuda por favor... - by [Nikk] - 29.01.2012, 01:40
Respuesta: [Ayuda] Necesito ayuda por favor... - by Jovanny - 29.01.2012, 01:47

Forum Jump:


Users browsing this thread: 1 Guest(s)