Jump to content

Search the Community

Showing results for tags 'fraktionschat'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • B-Zone
    • Announcements
    • B-Zone Clips
    • Community
    • Forum Suggestions
    • Market
    • Questions and Answers
  • San Andreas Multiplayer
    • RPG.B-Zone.Ro:7777 Roleplay
    • Wiki Website
  • Rage Multiplayer
    • V.B-ZONE.RO
  • B-Zone Online
    • B-Zone Championships
    • B-Zone Clans & Clubs
    • B-Zone Radios
    • Counter-Strike 1.6
    • Discord
    • Metin2
    • Minecraft
  • IT Zone
    • Design
    • Gadgets
    • Programming
    • Software & Hardware
    • Video Games
  • Real life
    • Entertainment
    • History
    • Juridic
    • Lifestyle
    • Politics
    • Sport
    • Vehicles
  • Trash Can
    • Trash Can
  • Very Important Person [VIP]'s [VIP] - Topic
  • zero Limits [zL]'s Topics
  • Safe 4 Family [S4F]'s S4F - Forum
  • Sons of Anarchy MC [SoA]'s Club Matters
  • The Last Kingdom [TLK]'s Topics
  • The First Generation [TFG]'s General
  • United Blood Nation [UBN]'s DSICUTII LIBERE MEMBRII!
  • Wild Balkans [WB]'s Informatii
  • True Silent Aimbot [TSA]'s Topics
  • Alliance [A]'s General
  • Merry Weather [MW]'s Prezenta activitati
  • Merry Weather [MW]'s Anunturi Importante
  • Merry Weather [MW]'s Giveaway
  • Merry Weather [MW]'s Giveaway
  • Dangerous Life [dL]'s General
  • Elite Squad [eS]'s Discord

Calendars

  • Community Calendar
  • Merry Weather [MW]'s Events

Product Groups

There are no results to display.

Categories

  • MODURI
    • CLEO/SAMPFUNCS
    • Vehicles
    • Skins
    • Sounds
    • Effects
    • Weapons
    • Others
    • Modpacks
  • True Silent Aimbot [TSA]'s Files
  • Merry Weather [MW]'s Event

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Skype


Steam ID


Discord


Instagram


Location


Hobbies


Real name


RPG1 Nickname


CS 1.6 Nickname

Found 1 result

  1. PresidenT AnaS

    Hi , Today am here with new pawn . Fraktionschat : Tutorial //Farben #define COLOR_RED 0xFF0000FF #define COLOR_WHITE 0xFFFFFFFF #define COLOR_BLUE 0x009BFFFF #define COLOR_YELLOW 0xEBFF00FF #define COLOR_CHAT 0xFEFEFEFF #define COLOR_FADE1 0xE6E6E6FF #define COLOR_FADE2 0xD1CFD1FF #define COLOR_FADE3 0xBEC1BEFF #define COLOR_FADE4 0x919397FF //Dialoge #define DIALOG_TELEPORT 1 #define DIALOG_REGISTER 2 #define DIALOG_LOGIN 3 #define DIALOG_AUTOHAUS 4 //MySQL #define db_host "127.0.0.1" #define db_user "samp" #define db_pass "mysqlpasswort" #define db_db "samp" //Limits #define CHAT_RADIUS 40 #define CHAT_FADES 5 } enum buildingsEnum{ Float:b_x, Float:b_y, Float:b_z, Float:b_ix, Float:b_iy, Float:b_iz, b_interior, b_shopname[15] } enum carEnum{ id_x, model, besitzer, Float:c_x, Float:c_y, Float:c_z, Float:c_r, db_id } enum autohausEnum{ Float:s_x, Float:s_y, Float:s_z, Float:s_r } enum autohauscarEnum{ model, Float:c_x, Float:c_y, Float:c_z, Float:c_r, c_preis, ah_id, id_x } enum fraktEnum{ f_name[128], Float:f_x, Float:f_y, Float:f_z, Float:f_r, f_inter, f_world, f_color } //Farm SetPlayerPos(playerid,0.0,0.0,6.0); } } ocmd:makeleader(playerid, params[]) { if(!isAdmin(playerid, 3))return SendClientMessage(playerid, COLOR_RED, "Dein Adminrang ist zu niedrig."); new pID, fID; if(sscanf(params,"ui",pID,fID))return SendClientMessage(playerid, COLOR_RED, "INFO: /makeleader [playerid] [fraktid]"); if(fID >= sizeof(fInfo))return SendClientMessage(playerid, COLOR_RED, "Fraktion existiert nicht."); sInfo[pID][fraktion] = fID; sInfo[pID][rang] = 6; new string[128]; format(string,sizeof(string), "%s hat dich zum Leader der Fraktion %s gemacht", getPlayerName(playerid), fInfo[fID][f_name]); SendClientMessage(pID, COLOR_YELLOW, string); SendClientMessage(playerid, COLOR_RED, "Du hast einen Spieler zum Leader gemacht."); return 1; }
×
×
  • 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.