Jump to content

Speaker22

Membru
  • Posts

    28
  • Joined

  • Last visited

    Never

About Speaker22

  • Birthday 03/08/1998

Recent Profile Visitors

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

Speaker22's Achievements

Explorer

Explorer (4/14)

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

Recent Badges

0

Reputation

  1. Am revenit cu cel de al 2-lea FS al meu. Acesta se numeste xSpeedoMetre. Este un Spedometru pt vehicule. Screenshot: Download: http://solidfiles.com/d/20bf2f100d/ Astept pareri ! Acest FS este creat 100% de Speaker22. Ce contine? - El contine un Spedometru in 3D. Cum se instaleaza ? - Se i-au cele doua fisiere .amx si .pwn din arhiva si se pun in filterscripts, apoi in server.cfg ne ducem la linia filterscripts si punem acolo xSpeedoMetre. Va rog sa nu schimbati creditele. Multumesc!
  2. Sallz stunt frumos FS :-) :grin:
  3. pai dami si mie unu ( te rog.
  4. imi puteti da si mie un program cu care pot crea mape si cum sal folosesc. Multumesc !
  5. incearca : [pawn]SetAllVehicleNumber("KOS");[/pawn]
  6. Multumesc pentru ca folositi sistemul FS BuyVip by Speaker22. Mai astept commenturi.
  7. Da poate comenzile sint indentice da nu e de la dkr luat ca eu lam facut si mam uitat nui la fel e dupa alt script luat Dar e bn 4.9(5)
  8. Insfarsit am terminat si eu primul meu FS pentru VIP. Comenzi VIP ==> Premium Member : /vheal /vbike /vehfix /vehcolor ==> Silver Member : /myskins /myweather /mytime /vcar /vjetpack /vamor + comenzile lvl 1. ==> Gold Member : /vheli /vnos /mycolor + comenzile lvl 2 si 1. Este 100% facut de mine. Download v0.2 : [download]http://solidfiles.com/d/8c0a24a69f/[/download] Ce contine : El contine un sistem de 3 levele VIP ==> Premium Member ==> Silver Member ==> Gold Member Astept pareri. P.S. Este primul meu FS. Acest FS este creat 100% de Speaker22.
  9. mane sincer nimanui dar e primul meo GM e de teste eu acuma am facut altul mult mai super decat asta daia am scos downladu :P
  10. aaaa deci nu trebe ca un FS ms mooooolt :X
  11. Ma ajutati si pe mine va rog din suflet [pawn]#if defined FILTERSCRIPT #include <a_samp> enum pInfo { pCash, pKills, pDeaths, pRank, pGameTime, pVisits } new PlayerInfo[MAX_PLAYERS][pInfo]; public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp("/stats", cmdtext, true, 10) == 0) { if(IsPlayerConnected(playerid)) { new statstring[128]; format(statstring, sizeof(statstring), "| Statistici | Ucideri: %d | Decese: %d | Bani: $%d |",PlayerInfo[playerid][pKills],PlayerInfo[playerid][pDeaths],GetPlayerMoney(playerid)); SendClientMessage(playerid,-1, statstring); } return 1; } return 0; } #endif[/pawn] la aceasta imi da [pawn]D:\Documents and Settings\George.GEORGE-6EC272F4\Desktop\Sa-MP Servers\filterscripts\Stats.pwn(31) : error 013: no entry point (no public functions) Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error. [/pawn] Ajutatima va rog din suflet sa numi mai dea error. Multumesc.
×
×
  • 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.