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