Jump to content

Sovak

Uživatel
  • Příspěvků

    360
  • Registrován

  • Aktivní

Příspěvky posted by Sovak

  1. Tak z nudy som pozbieral rozne funkcie a dal som to dokopy

     

    tu su funkcie

    AntiDeAMX()

    DisableBadword(bwords)

    Float:GetPointDistanceToPoint(Float:x1,Float:y1,Float:x2,Float:y2)

    Float:GetPointDistanceToPointEx(Float:x1,Float:y1,Float:z1,Float:x2,Float:y2,Float:z2)

    GetDistanceBetweenPlayers(playerid, playerid2)

    GetDistanceBetweenVehicles(vehicleid, vehicleid2)

    GetDistanceFromPlayerToVehicle(playerid, vehicleid)

    GetPlayersNumberInVehicle(vehicleid)

    GetPlayerVehicleModel(playerid)

    GetVehicleDriver(vehicleid)

    GetVehiclePlayerID(vehicleid)

    GiveAllMoneyHealthArmour(money, Float:health, Float:armour)

    GivePlayerHealth(playerid, Float:health)

    GivePlayerVehicle(playerid, vehicleid)

    ChatCleanup(playerid, lines = 50)

    CheckValidSkin(playerid,SkinID)

    CheckValidWeapon(wepid)

    CheckValidWeather(wid)

    IPToPlayerid(const ip[])

    IsACar(playerid,carid)

    IsAirVehicle(carid)

    IsAnyTrailerAttachedToVehicle(vehicleid)

    IsBike(carid)

    IsCarInCircle(car,Float:x,Float:y,radius)

    IsCarInSphere(vehicleid,Float:x,Float:y,Float:z,radius)

    IsCopCar(carid)

    IsMotorBike(carid)

    IsValidComponent(componentid)

    IsValidMapIcon(IconID)

    IsValidSound(soundid)

    IsValidWheelAndNosVehicle(vehicleid)

    MSGToAdmin(msg[],color)

    NameToPlayerid(const name[])

    PlayerIp(playeird)

    PlayerName(playerid)

    RemovePlayerWeapon(playerid, weaponid)

    SendClientMessageToAllEx(exception, color, const message[])

    SetAllPos(X, Y, Z)

    SetCarArea(vehicleid,Float:x,Float:y,Float:z,Float:angle,Interior,World)

    SetPlayerArea(playerid,Float:x,Float:y,Float:z,Float:angle,Interior,World,Cameraback)

    stock GetObjectToPlayerDistance(playerid, objectid)

    StopMusic(playerid)

    ToggleAllControllable(toggle)

     

     

    tu si ho mozte stiahnut

    http://uloz.to/4928737/pawn-functions-inc.rar

     

     

     

    Neviem ci idu vsetky ked nie tak napiste

     

    -- 28 kvě 2010 19:09 --

     

    je tam mali bug tak pls nedavajte include len skopitujte funkciu ;)

  2. Robim si stranku a mam tu tento script

    #back01{
    padding-left: 70px;
    color:#6F0;
    background-repeat:repeat-y;
    background-image:url(back01.jpg);
    min-height: 300px;
    width:1024px;
    
    
    }
    

     

    ako mozem spravit to ze ked text prekroci sirku 1024px ze to pojde na novy riadok?

  3. cawte ludia mam tu tuto chybu v celom mode po kazdom if nevie co je to i

     

     

    public kzona(playerid)

    {

     

    for(new i=0; i

    GetPlayerPos(i, X, Y, Z);

    if(X >= -1413.023 && X <= -1576.513 && Y >= 2674.233 && Y <= 2522.421 && spawned == 1) {

    SetPlayerHealth(i,-25);

    SendClientMessage(i,cervena,"Death Zone");}

    return 1;

    }

     

    tu su errori :(

     

    D:\srvr\gamemodes\ZM.pwn(508) : error 017: undefined symbol "i"

    D:\srvr\gamemodes\ZM.pwn(509) : error 017: undefined symbol "i"

    D:\srvr\gamemodes\ZM.pwn(510) : error 017: undefined symbol "i"

    Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

     

     

    3 Errors.

     

×
×
  • Create New...