Jump to content

(SE)SoNNy

Membru
  • Posts

    89
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by (SE)SoNNy

  1. Functie:

    GetClosestPlayer( playerid, checkvw = false, Float:range = FLOAT_INFINITY )

     
    Exemplu:

    new targetid = GetClosestPlayer( playerid, .checkvw = true, .range = 2.0 ); // This will get the closest player in a range of 2.0 meters with the save virtual world

     
    PasteBin: http://pastebin.com/1Gt0E8ss
     
    Instructiuni: Pune acest fisier in folderul "include" din pawno.

    #include a_samp and #include foreach

    poti sa-l folosesti in script astfel:

    #include GCP

     
    Foreach Include: http://forum.sa-mp.com/showthread.php?t=92679

    • Upvote 1
  2. mcmd:rac( playerid, params[] )
    {
    LevelCheck( playerid, 14 );
     
    new Mode;
    if( sscanf( params, "d", Mode ) )
    return SendUsage( playerid, "/rac < mode >[1 - Respawn / 2 - Delete]" );
     
    new bool:vehicleused[ MAX_VEHICLES ];
     
    foreach( Player, i )
    {
    if( IsPlayerConnected( i ) && IsPlayerInAnyVehicle( i ) )
    {
    vehicleused[ GetPlayerVehicleID( i ) ] = true;
    }
    }
    for( new i = 1; i < MAX_VEHICLES; i++ )
    {
    if( !vehicleused[ i ] && i > 1200 )
    {
       if( Mode == 1 )
        SetVehicleToRespawn( i );
     
       if( Mode == 2 )
    CarDeleter( i );
    }
    }
    if( Mode == 1 )
    FormatMSG( playerid, COLOR_ABLUE, "Admin %s (%d) has respawned all unused vehicles", PlayerName( playerid ), playerid );
     
    if( Mode == 2 )
    FormatMSG( playerid, COLOR_ABLUE, "Admin %s (%d) has deleted all unused vehicles", PlayerName( playerid ), playerid );
    return true;
    }
  3. Eu nu am nimic de demonstrat aici mai ales tie. Refuz sa ma cobor la nivelul tau deoarece mai jos in descriere e ce-am realizat eu si in sectiunea "Cos de gunoi" gasesti munca ta. O seara buna!

     

    EDIT: Daca o sa fie de acord Wopps , vyo , mafia sau gireada ... o sa fiu prezent si eu la "intrecere". 

     

    "El " Contine" mai multe " sv-uri " adica ... este luat din toate sv-urile posibile: Wos , RSS , RSE , RRS , SSR , XSS etc... deci aveti toate acele sv-uri in unu singur" ai dus plagiatul la un nivel OVER 90000 :)) Eventual ai adunat tot ce-ai putut dar ai uitat si playerii in acest calcul :))

  4. Stunt Evolution != Romania Stunt Evolution. Mai mult nu are rost sa spun ca vad ca am mai gasit un copilas care se baga in seama. Am venit eu si-am spus ca e ceva wow in script-ul asta? L-am postat doar pentru ca e o idee unica...ceva ce nu esti in stare sa faci. Am filmat cu telefonul (sper sa ai si tu parte de unul ca ala candva) dat fiind FPS mic la care inregistreaza pentru a inlatura acele flash-uri.

     

    Demisie, ce dragut ai spus. Pacat ca eu lucrez pentru mine si atat :)

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.