Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'pawno'

1815988 - pro pawniarze: pawno pawn geshi propwn cycki
  1. <?php
  2. $language_data = array (
  3.     'LANG_NAME' => 'Pawn',
  4.     'COMMENT_SINGLE' => array(1 => '//'),
  5.     'COMMENT_MULTI' => array('/*' => '*/'),
  6.     'COMMENT_REGEXP' => array(
  7.         //Multiline-continued single-line comments
  8.         1 => '/\/\/(?:\\\\\\\\|\\\\\\n|.)*$/m',
  9.  
1517313 - Profissoes com level: pawno sa-mp pawn samp sa mp
  1. #include <a_samp>
  2.  
  3. #define cor_cinza              0xAFAFAFAA
  4. #define cor_verde              0x33AA33AA
  5. #define cor_vermelho    0xAA3333AA
  6. #define cor_amarelo          0xFFFF00AA
  7. #define cor_branco            0xFFFFFFAA
  8. #define cor_azul                0x0000BBAA
  9.  
1196590 - Lizenz System: pawno license
  1. #include <a_samp>
  2. #include <dudb>
  3. #include <dutils>
  4. #define dcmd(%1,%2,%3) if ((strcmp((%3)[1], #%1, true, (%2)) == 0) && ((((%3)[(%2) + 1] == 0) && (dcmd_%1(playerid, "")))||(((%3)[(%2) + 1] == 32) && (dcmd_%1(playerid, (%3)[(%2) + 2]))))) return 1
  5. #define COLOR_SYSTEM 0xEFEFF7AA
  6. // VEHICLE LICENSE SYSTEM BY BLACKFOX - ICQ 480 814 388 - SLYFER1@GOOGLEMAIL.COM
  7. #define FILTERSCRIPT
  8.  
  9.  
1083321 - Script precompilato: pawno samp script gta gm
  1. /*
  2. Copia questo script su un documento pawno.
  3. Script vuoto precompilato
  4. [KoD]Leonardo 2007 v1.0
  5.  
  6. --------------------------------------------------------------------------------
  7. Nome gamemode
  8. Autore
  9.  
  10.  
955298 - Domek dla nieletnich / Pawno: pawno domek dla nieletnich
  1. #include <a_samp>
  2.  
  3. // This is a comment
  4. // uncomment the line below if you want to write a filterscript
  5. #define FILTERSCRIPT
  6. #define COLOR_RED 0xDD0000AA
  7. new giveplayer[256];
  8. new giveplayerid;
  9.  
843056 - PaoloP: pawno menus
  1. #include <a_objects>
  2. #include <a_samp>
  3.  
  4. #define COLOR_RED 0xAA3333AA
  5.  
  6. new ship;
  7. new ramp1;
  8. new ramp2;
  9.  
842605 - PaoloP: pawno menus
  1. #include <a_samp>
  2.  
  3. #define COLOR_RED 0xAA3333AA
  4. #define COLOR_GREEN 0x33AA33AA
  5.  
  6.  
  7. new Menu:modmenu;
  8. new Menu:telemenu;
  9.  
835247 - PaoloP: pawno menus
  1. #include <a_samp>
  2. #define COLOR_RED 0xAA3333AA
  3.  
  4.  
  5. new Menu:modmenu;
  6.  
  7.  
  8. public OnFilterScriptInit()
  9.  
835243 - PaoloP: pawno menus
  1. #include <a_samp>
  2. #define COLOR_RED 0xAA3333AA
  3.  
  4.  
  5. new Menu:modmenu;
  6.  
  7.  
  8. public OnFilterScriptInit()
  9.  
718728 - helpme: pawno
  1. public Float:itan(Float:opp,Float:adj) //By Sacky
  2. {
  3.         new Float:x = (opp/adj);
  4.         if(x < 1 && x > -1)
  5.         {
  6.                 //The following line contains the error
  7.                 new Float:ret = x-(1.0/3.0)*floatpower(x,3)+(1.0/5.0)*floatpower(x,5)-(1.0/7.0)*floatpower(x,7)+(1.0/9.0)*floatpower(x,9)-(1.0/11.0)*floatpower(x,11)+(1.0/13.0)*floatpower(x,13)-(1.0/15.0)*floatpower(x,15)+(1.0/17.0)*floatpower(x,17)-(1.0/19.0)*floatpower(x,19)+(1.0/21.0)floatpower(x,21)-(1.0/23.0)*floatpower(x,23)+(1.0/25.0)*floatpower(x,25);
  8.                 return ret;
  9.  
679892 - b00m: pawno
  1. #include <dcallbacks>
  2.  
  3. forward TIMER_PlayerArea();
  4. forward OnPlayerEnterArea(playerid,areaid);
  5. forward OnPlayerLeaveArea(playerid,areaid);
  6.  
  7. //------------------------------------------------------------------------------------------------------
  8. public OnGameModeInit()
  9.  
675802 - b00m: pawno
  1. new garazpd;
  2. new garazpd1;
  3. new garazpd2;
  4. new zavorapds;
  5. new zavorapd1;
  6.  
  7. public OnGameModeInit()
  8. {
  9.  
673400 - b00m: pawno
  1. #include <dcallbacks>
  2.  
  3. forward TIMER_PlayerArea();
  4. forward OnPlayerEnterArea(playerid,areaid);
  5. forward OnPlayerLeaveArea(playerid,areaid);
  6.  
  7. //------------------------------------------------------------------------------------------------------
  8. public OnGameModeInit()
  9.  
657019 - YSI_Monster: pawno pawn script ysi monster freeroam pwn
  1. //uncomment the following line to make this a filterscript
  2. //#define FILTERSCRIPT
  3.  
  4. #include <a_samp>
  5. #include <YSI/setup/YSI_master.own>
  6. #include <YSI>
  7.  
  8. //default roundtime is disabled, time is in minutes
  9.  
657011 - YSI_Monster: pawno pawn script ysi monster freeroam pwn
  1. //uncomment the following line to make this a filterscript
  2. //#define FILTERSCRIPT
  3.  
  4. #include <a_samp>
  5. #include <YSI/setup/YSI_master.own>
  6. #include <YSI>
  7.  
  8. //default roundtime is disabled, time is in minutes
  9.  
628421 - GM: pawno sa-mp
  1. #include <a_samp>
  2.  
  3. // This is a comment
  4. // uncomment the line below if you want to write a filterscript
  5. //#define FILTERSCRIPT
  6.  
  7. #if defined FILTERSCRIPT
  8.  
  9.  
615543 - Ukrywacz reklamiarzy by Luby: pawno samp
  1. #include <a_samp>
  2.  
  3. #define ILE_KICK 3
  4.  
  5. new Count[200]={0,...};
  6.  
  7. public OnFilterScriptInit(){
  8.  print("Anty IP by Luby - Uruchomiono");
  9.  
587209 - Desertcombat script: pawno sa-mp
  1. #include <a_samp>
  2.  
  3. static gTeam[MAX_PLAYERS]; // Tracks the team assignment for each player
  4.  
  5. #define TEAM_ARMY 0
  6. #define TEAM_Terror 1
  7. #define TEAM_ARMY_COLOR 0xFFFF00AA
  8. #define TEAM_Terror_COLOR 0x33AA33AA
  9.  
worth-right
fantasy-obligation