Jump to content

PawnFox

Membru
  • Posts

    764
  • Joined

  • Last visited

Posts posted by PawnFox

  1. NexT." post="127839" timestamp="1357130747"]

    Daca ai transformato in strcmp trebuie sa o muti in callback la OnPlayerCommandPerformed sau cum ai tu cu comenzile strcmp ..

    Defapt daca e in STRCMP trebuie pusa la OnPlayerCommandText :)

  2. " November 03, 2011"

    WoW... cel mai lung Topic cu un GM pe sa-mp.ro... Nici un GM nu a rezistat atata :))

    5/5.Imi place :D

    Ce iti place ?.  Nici macar nu poti sa-l descarci, si nu, nu e cel mai vechi topic de pe forum, mai sunt si altele.

    Din moment ce nu este nici un link de download si RoberTo nu este activ sa il inlocuiasca o sa dau Topic Locked

    //Daca are cineva un mirror ( alt link de download ) sa-mi dea PM si o sa redeschid topicul :)

  3. if(newcar == RENT || newcar == RENT2 || newcar == RENT3)

          {

            if (HireCar[playerid] != newcar)

            {

                format(string, sizeof(string), "~w~You can Rent this car~n~Cost:~g~$%d~n~~w~To rent type ~g~/rentcar~w~~n~to get out type ~r~/exit",SBizzInfo[0][sbEntranceCost]);

                TogglePlayerControllable(playerid, 1 );

                GameTextForPlayer(playerid, string, 5000, 3);

    Incearca asa

  4. +3 acum de la mine!!Ms :)) :)) :))

    Cu placere  :)) :))

    Si nu ai nevoie numaidecat FileZilla, te poti connecta si altfel.

    Deschizi My Documents si la bara de adrese scrii adresa de ftp, ftp://adresa.com/ dupa care o sa iti apara o fereastra care iti cere username-ul si parola, le introduci si poti uploada / descarca mai usor :p

  5. Adresa - Adresa de ftp.  Ex. ftp://94.34.234.44 sau daca are dns ftp://web.com ( e doar un exemplu )

    Numele: numele contului de FTP

    Parola: parola contului FTP

    Port: nu e portul de la serverul de samp, e portul de la ftp , de obicei cel default e 21

  6. /echilotest - Vezi daca playeriul a baut.

     if (strcmp(cmd, "/echilotest" true) == 0)
         {
        if(IsPlayerConnected(playerid))
             {
             if (IsACop(playerid))
                 {
                tmp = strtok(cmdtext, idx);
                 if(!strlen(tmp))
                       {
                  SendClientMessage(playerid, COLOR_GRAD1, "USAGE: /echilotest [playerid/PartOfName]");
                  return 1;
                       }
                         giveplayerid = ReturnUser(tmp);
                         new level = GetPlayerDrunkLevel(giveplayerid);
                         GetPlayerName(giveplayerid, giveplayer, sizeof(giveplayer));
                         if(IsPlayerConnected(giveplayerid))
                           {
                            if(giveplayerid != INVALID_PLAYER_ID)
                             {
    	                      if(GetDistanceBetweenPlayers(playerid,giveplayerid) < 3)
    	                         {
    	                           if(level > 600)
                                     {
    	                            format(string, sizeof(string), "* %s grabs their breathalyzer and puts the tube into %s's mouth.", sendername ,giveplayer);
    	                            ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
    	                             SendClientMessage(playerid, COLOR_LIGHTBLUE, "** Breathalyzer Result: Intoxicated **");
    	                             GameTextForPlayer(playerid,"~w~This player is~n~~r~Drunk", 8000, 1);
    							     return 1;
    	                                }
    	                             else
    	                                   {
                                     format(string, sizeof(string), "* %s grabs their breathalyzer and puts the tube into %s's mouth.", sendername ,giveplayer);
    	                             ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE);
    	                             SendClientMessage(playerid, COLOR_LIGHTBLUE, "** Breathalyzer Result: Not Intoxicated **");
    	                             GameTextForPlayer(playerid,"~w~This player is~n~~r~Not Drunk", 8000, 1);
    	                              return 1;
    	                               }
                                    }
                                }
                                }
                              else
    		                    {
    	                     SendClientMessage(playerid, COLOR_GRAD1, "   This player is offline !");
    	                          }
    	                       }
    	                      else
                               	{
    	                    SendClientMessage(playerid, COLOR_GRAD1, "   You are not authorized to use this command! (Cops Only)");
    	                        }
                          	}
    	                   return 1;
    	                    }

    Din cate stiu eu, se spune ETILOTEST  , si nu prea vad la ce e folositoare, e buna pentru serverele RP / GF :D

  7. Salut :D

    Nu stiu daca o sa te ajute dar in fine. Este un program Driver Genius (Il poti descarca de pe FL sau google ). Este un program care iti scaneaza PC-ul si iti gaseste toate driverele :)

    Eu il folosesc de mult timp, de acum 1 an si ceva de cand mi-am pierdut CD-urile originale cu drivere, isi face treaba. :P

    Ai putea incerca :D

×
×
  • 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.