Jump to content

[RSS]KlliDDe

Membru
  • Posts

    48
  • Joined

  • Last visited

    Never

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

[RSS]KlliDDe's Achievements

Contributor

Contributor (5/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. [RSS]KlliDDe

    QuickPawn

    Vezi ca sub PAWNCC este un fisier QuickPawn acela il deschizi!
  2. Dupa ce ai bagat comanda dai compile !
  3. ___________________________________________ Multumesc! Hmmm... am observat " mici buguri "... In V2 ... o sa le repar + va contine mai multe chestii. ___________________________________________
  4. Informatii: Contine:-: - Register System - Login System - Save your (Money/Score/Admin) Foloseste:-: -#include <dini> -#include <dudb> Screens: [img width=390 height=293] [img width=390 height=293] [img width=390 height=293] [img width=390 height=293] [img width=390 height=293] [img width=390 height=293] Download: AMX + PWN: http://www.2shared.com/file/JEwvy16v/byXeNo.html PasteBin: http://pastebin.com/RAAKmAR9 Instructions: 1.Download-ati Scriptul. 2.Click Dreapta Pe El Si Click " Extract Here " 3.Cele Doua Disiere Le Puneti in " FilterScripts" 4.Numele la Cele Doua Fisiere le Treceti in "Server CFG" P.S: Lucrez la V2 ... multe chesti si buguri reparate Pentru ShoOby : Tutorialul acesta este facut dupa scriptul meu
  5. Frumos... In v2 mai multe comenzi 9/10
  6. in PAWNO... deschizi PAWNO dai sus la NEW ... Stergi tot ce iti apare.... si dai peste acolo
  7. In Loc de : [pawn] TextDrawHideForAll(Textdraw9); [/pawn] Foloseste La fel Doar ca Pui: [pawn] TextDrawShowForPlayer(playerid, Textdraw09); [/pawn] ________________________________________________________---
  8. Te rog posteaza la "GF/RP stuff"....
  9. Incearca asa: [pawn] if(dialogid == RADIO) { if(response) { if(listitem==0) { StopAudioStreamForPlayer(playerid); PlayAudioStreamForPlayer(playerid, "http://yp.shoutcast.com/sbin/tunein-station.pls?id=224605"); } if(listitem==1) { StopAudioStreamForPlayer(playerid); PlayAudioStreamForPlayer(playerid, "http://80.86.106.136/listen.pls"); } if(listitem==2) { StopAudioStreamForPlayer(playerid); PlayAudioStreamForPlayer(playerid, "http://stream.profm.ro:8012/profm.mp3"); } if(listitem==3) { StopAudioStreamForPlayer(playerid); PlayAudioStreamForPlayer(playerid, "http://www.radio21.ro/site/Radio21Live.m3u"); } if(listitem==4) { StopAudioStreamForPlayer(playerid); PlayAudioStreamForPlayer(playerid, "http://a.fmradiomanele.ro:8054"); } if(listitem==5) { StopAudioStreamForPlayer(playerid); PlayAudioStreamForPlayer(playerid, "http://www.radioparty.ro/manele.m3u"); } if(listitem==6) { StopAudioStreamForPlayer(playerid); } } else { SendClientMessage(playerid, 0xAA3333AA,"Ai ales Cancel"); } }[/pawn]
  10. [RSS]KlliDDe

    Help!

    (La Inceputul Scriptului) [pawn] new Float:X, Float:Y, Float:Z, Float: Ang; new pNRG[MAX_PLAYERS]; [/pawn] La >>public OnPlayerCommandText(playerid, cmdtext[])<< [pawn] } if (strcmp("/nrg", cmdtext, true, 10) == 0) { new Float:X,Float:Y,Float:Z; GetPlayerPos(playerid,X,Y,Z); PutPlayerInVehicle(playerid,CreateVehicle(522,X,Y,Z,0,-1,-1,-1),0); SendClientMessage(playerid, 0xFFFFFFFF, "{00C0FF}Enjoi Your NRG Personal!!!"); // Do something here return 1; }[/pawn] (Ar Trebui Sa Arate Cam Asa) [pawn] new Float:X, Float:Y, Float:Z, Float: Ang; new pNRG[MAX_PLAYERS]; OnPlayerCommandText(playerid, cmdtext[]) } if (strcmp("/nrg", cmdtext, true, 10) == 0) { new Float:X,Float:Y,Float:Z; GetPlayerPos(playerid,X,Y,Z); PutPlayerInVehicle(playerid,CreateVehicle(522,X,Y,Z,0,-1,-1,-1),0); SendClientMessage(playerid, 0xFFFFFFFF, "{00C0FF}Enjoi Your NRG Personal!!!"); // Do something here return 1; } return 0; } [/pawn]
  11. Pune asta sub: [pawn]public OnGameModeInit() { UsePlayerPedAnims(); return 1; }[/pawn]
×
×
  • 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.