Jump to content

SkyLeAs

Membru
  • Posts

    324
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by SkyLeAs

  1. Salut am instalat si eu gamecp pe dedicat la mine si am o problema cand pun machine si sa dau finish imi da un cod de trebe bagat in putty il bag si imi da Dau Finish si nu imi ia gamecp imi spune gamecp unable to connect to the remote Careva o idee cum pot sa-l rezolv?
  2. Buguri minore ha )? Avea bug la /createclan /clanspawn weaps nu urca in Clans.sql clan-urile nu mergea clan chat astea pentru tine sunt minore te crezi tu mare scripter )
  3. Nu vezi ma ca are /createclan-ul cel reparat de mine X_X De cand am facut ce mai mare prostie si am pus sistem-ul de clan cand lam reparat a ajuns la toti pokemoni
  4. SkyLeAs

    Administrator

    Eu ma pricep la forum mai mai mult nu sunt nu mod-urile de rpg FORUM: SMF , IP.Board Cunostinte HTML PHP Daca vrei facem pe forum-ul de mai jos
  5. Edit am incercat a 2 a oara PawnPlus si zic ca e foarte bun chiar merita niste modificari
  6. Mate - 6,5 Romana - 8,5
  7. SkyLeAs

    [MAP]Drift

    Da nu inteleg treaba asta sa iau warn dar in fine nam ce sa spun am sai dau pm pe forum si iti pun dovada Edit:WopsS iti pun maine cand ma scol poza ca acu am ajuns acasa si e ora 2:08 Edit 1 :
  8. Frate tu sti sa citesti ? Ati incercat sa rezolvati singur ?:Da am incercat dupa http://forum.sa-mp.c...ad.php?t=254915dar nu am reusit. Ma poate ajuta cineva
  9. Cum am si spus in topic-ul cel lanț ma bate tinerele ...Daca știam nu mai ceream ajutor.. Dar nu stiu si DAIA am postat
  10. Nu am nmk din ce mi-ai spus Si ce mia dat Adrian chiar îmi face ce Mi-ai spus
  11. Salut căuta prin gamemode daca ai ceva de gen-ul asta . #define SQL_HOST "" . #define SQL_USER "" . #define SQL_PASS "" . #define SQL_DB "" Daca ai fa așa cum îți arat eu . #define SQL_HOST "localhost" . #define SQL_USER "ușer la baza de date" . #define SQL_PASS "parola la baza de date" . #define SQL_DB "numele la baza de date"
  12. SkyLeAs

    [MAP]Drift

    Mapa e cu acordul lui Uite mai bine ca aveam acelaș server eu cu fresh )
  13. O intrebare cum pot sa-l fac sa apara la /stats ex Vip Level : 10 ( 30 Days ) Si daca el se salveaza chiar daca ies dupa server si intru
  14. ) Dah ) Nu vezi ce frumos lucrez. Multumesc
  15. Problema intalnita ( descriere ):Salut vreau sa fac la buy vip ca cele 5 level-uri sa fie pe zile adika 20 de zile si 15 zile dar nush cum Ero( area / rile ) / warning -( ul / urile ):- Liniile de cod / sursa / script - ul : case BuyVip3: { if ( !response ) return ( 1 ); gsString[ 0 ] = EOS; strcat( gsString, "{FF0000}• {00FF00}VIP Level 1 {FF0000}» {FF8000}Free!n {FF0000}• {00FF00}VIP Level 2{FF0000}» {FF8000}8 Hours and 200 Coinsn {FF0000}• {00FF00}VIP Level 3{FF0000}» {FF8000}12 Hours and 300 Coinsn {FF0000}• {00FF00}VIP Level 4{FF0000}» {FF8000}16 Hours and 400 Coinsn" ); strcat( gsString, "{FF0000}• {00FF00}VIP Level 5 {FF0000}» {FF8000}20 Hours and 600 Coinsn {FF0000}• {00FF00}VIP Level 6{FF0000}» {FF8000}25 Hours and 1000 Coinsn {FF0000}• {00FF00}VIP Level 7{FF0000}» {FF8000}30 Hours and 1500 Coinsn {FF0000}• {00FF00}VIP Level 8{FF0000}» {FF8000}35 Hours and 2000 Coinsn" ); strcat( gsString, "{FF0000}• {00FF00}VIP Level 9{FF0000}» {FF8000}40 Hours and 2500 Coinsn {FF0000}• {00FF00}VIP Level 10{FF0000}» {FF8000}50 Hours and 4000 Coinsn" ); ShowPlayerDialog( playerid, BuyVip5, 2, "Buy VIP - Select level", gsString, "Buy", "Exit" ); } case BuyVip5: { if ( !response ) return ( 1 ); switch( listitem ) { case 0: { PlayerInfo[ playerid ][ pVip ] = 1; Info( playerid, "~y~~h~INFO:~n~~w~~h~You have just bought VIP Level 1!!!", 5000 ); return ( 1 ); } case 1: { if ( PlayerInfo[ playerid ][ Coins ] < 200 ) return Info( playerid, "~r~~h~ERROR:~n~~w~~h~You don't have enough ~r~~h~coins~w~~h~ to buy this option !" ); if ( PlayerInfo[ playerid ][ hours ] < 8 ) return Info( playerid, "~r~~h~ERROR:~n~~w~~h~You don't have enough ~r~~h~hours~w~~h~ to buy this option !" ); PlayerInfo[ playerid ][ pVip ] = 2; PlayerInfo[ playerid ][ hours ] -= 8; PlayerInfo[ playerid ][ Coins ] -= 200; Info( playerid, "~y~~h~INFO:~n~~w~~h~You have just bought VIP Level 3 for ~r~~h~3.000 ~w~~h~coins and ~r~~h~30 ~w~~h~hours!!!", 5000 ); return ( 1 ); } case 2: { if ( PlayerInfo[ playerid ][ Coins ] < 300 ) return Info( playerid, "~r~~h~ERROR:~n~~w~~h~You don't have enough ~r~~h~coins~w~~h~ to buy this option !" ); if ( PlayerInfo[ playerid ][ hours ] < 12 ) return Info( playerid, "~r~~h~ERROR:~n~~w~~h~You don't have enough ~r~~h~hours~w~~h~ to buy this option !" ); PlayerInfo[ playerid ][ pVip ] = 3; PlayerInfo[ playerid ][ hours ] -= 12; PlayerInfo[ playerid ][ Coins ] -= 300; Info( playerid, "~y~~h~INFO:~n~~w~~h~You have just bought VIP Level 3 for ~r~~h~3.000 ~w~~h~coins and ~r~~h~30 ~w~~h~hours!!!", 5000 ); return ( 1 ); } case 3: { if ( PlayerInfo[ playerid ][ Coins ] < 400 ) return Info( playerid, "~r~~h~ERROR:~n~~w~~h~You don't have enough ~r~~h~coins~w~~h~ to buy this option !" ); if ( PlayerInfo[ playerid ][ hours ] < 16 ) return Info( playerid, "~r~~h~ERROR:~n~~w~~h~You don't have enough ~r~~h~hours~w~~h~ to buy this option !" ); PlayerInfo[ playerid ][ pVip ] = 4; PlayerInfo[ playerid ][ hours ] -= 16; PlayerInfo[ playerid ][ Coins ] -= 400; Info( playerid, "~y~~h~INFO:~n~~w~~h~You have just bought VIP Level 4 for ~r~~h~5.000 ~w~~h~coins and ~r~~h~60 ~w~~h~hours!!!", 5000 ); return ( 1 ); } case 4: { if ( PlayerInfo[ playerid ][ Coins ] < 600 ) return Info( playerid, "~r~~h~ERROR:~n~~w~~h~You don't have enough ~r~~h~coins~w~~h~ to buy this option !" ); if ( PlayerInfo[ playerid ][ hours ] < 20 ) return Info( playerid, "~r~~h~ERROR:~n~~w~~h~You don't have enough ~r~~h~hours~w~~h~ to buy this option !" ); PlayerInfo[ playerid ][ pVip ] = 5; PlayerInfo[ playerid ][ hours ] -= 20; PlayerInfo[ playerid ][ Coins ] -= 600; Info( playerid, "~y~~h~INFO:~n~~w~~h~You have just bought VIP Level 5 for ~r~~h~7.000 ~w~~h~coins and ~r~~h~80 ~w~~h~hours!!!", 5000 ); return ( 1 ); } case 5: { if ( PlayerInfo[ playerid ][ Coins ] < 100 ) return Info( playerid, "~r~~h~ERROR:~n~~w~~h~You don't have enough ~r~~h~coins~w~~h~ to buy this option !" ); if ( PlayerInfo[ playerid ][ hours ] < 100 ) return Info( playerid, "~r~~h~ERROR:~n~~w~~h~You don't have enough ~r~~h~hours~w~~h~ to buy this option !" ); PlayerInfo[ playerid ][ pVip ] = 6; PlayerInfo[ playerid ][ hours ] -= 25; PlayerInfo[ playerid ][ Coins ] -= 100; Info( playerid, "~y~~h~INFO:~n~~w~~h~You have just bought VIP Level 6 for ~r~~h~9.000 ~w~~h~coins and ~r~~h~100 ~w~~h~hours!!!", 5000 ); return ( 1 ); } case 6: { if ( PlayerInfo[ playerid ][ Coins ] < 1500 ) return Info( playerid, "~r~~h~ERROR:~n~~w~~h~You don't have enough ~r~~h~coins~w~~h~ to buy this option !" ); if ( PlayerInfo[ playerid ][ hours ] < 30 ) return Info( playerid, "~r~~h~ERROR:~n~~w~~h~You don't have enough ~r~~h~hours~w~~h~ to buy this option !" ); PlayerInfo[ playerid ][ pVip ] = 7; PlayerInfo[ playerid ][ hours ] -= 30; PlayerInfo[ playerid ][ Coins ] -= 1500; Info( playerid, "~y~~h~INFO:~n~~w~~h~You have just bought VIP Level 7 for ~r~~h~10.000 ~w~~h~coins and ~r~~h~120 ~w~~h~hours!!!", 5000 ); return ( 1 ); } case 7: { if ( PlayerInfo[ playerid ][ Coins ] < 2000 ) return Info( playerid, "~r~~h~ERROR:~n~~w~~h~You don't have enough ~r~~h~coins~w~~h~ to buy this option !" ); if ( PlayerInfo[ playerid ][ hours ] < 140 ) return Info( playerid, "~r~~h~ERROR:~n~~w~~h~You don't have enough ~r~~h~hours~w~~h~ to buy this option !" ); PlayerInfo[ playerid ][ pVip ] = 8; PlayerInfo[ playerid ][ hours ] -= 35; PlayerInfo[ playerid ][ Coins ] -= 2000; Info( playerid, "~y~~h~INFO:~n~~w~~h~You have just bought VIP Level 8 for ~r~~h~10.000 ~w~~h~coins and ~r~~h~140 ~w~~h~hours!!!", 5000 ); return ( 1 ); } case 8: { if ( PlayerInfo[ playerid ][ Coins ] < 40 ) return Info( playerid, "~r~~h~ERROR:~n~~w~~h~You don't have enough ~r~~h~coins~w~~h~ to buy this option !" ); if ( PlayerInfo[ playerid ][ hours ] < 150 ) return Info( playerid, "~r~~h~ERROR:~n~~w~~h~You don't have enough ~r~~h~hours~w~~h~ to buy this option !" ); PlayerInfo[ playerid ][ pVip ] = 9; PlayerInfo[ playerid ][ hours ] -= 40; PlayerInfo[ playerid ][ Coins ] -= 2500; Info( playerid, "~y~~h~INFO:~n~~w~~h~You have just bought VIP Level 9 for ~r~~h~11.500 ~w~~h~coins and ~r~~h~150 ~w~~h~hours!!!", 5000 ); return ( 1 ); } case 9: { if ( PlayerInfo[ playerid ][ Coins ] < 50 ) return Info( playerid, "~r~~h~ERROR:~n~~w~~h~You don't have enough ~r~~h~coins~w~~h~ to buy this option !" ); if ( PlayerInfo[ playerid ][ hours ] < 4000 ) return Info( playerid, "~r~~h~ERROR:~n~~w~~h~You don't have enough ~r~~h~hours~w~~h~ to buy this option !" ); PlayerInfo[ playerid ][ pVip ] = 10; PlayerInfo[ playerid ][ hours ] -= 50; PlayerInfo[ playerid ][ Coins ] -= 4000; Info( playerid, "~y~~h~INFO:~n~~w~~h~You have just bought VIP Level 10 for ~r~~h~20.000 ~w~~h~coins and ~r~~h~150 ~w~~h~hours!!!", 5000 ); return ( 1 ); } } return ( 1 ); } Imagini / Video ( optional ):Nu cred ca este nevoie Ati incercat sa rezolvati singur ?:Da am incercat dupa http://forum.sa-mp.com/showthread.php?t=254915dar nu am reusit. Ma poate ajuta cineva
  16. Simple Radio System Salut am tot vazut, ca sunt la moda Systemele de Radio pe TextDraw. Asa ca am facut si eu unu simplu are decat 3 posturi de radio. Credits | JohnnyYz Donwload PasteBin - > http://pastebin.com/e6gM1wmh SolidFiles - > http://www.solidfiles.com/d/273666670d/Radio.pwn Poza
  17. Problema intalnita (descriere):Salut am facut si eu comanda /setlevel si imi da niste erori si nush ce are.. Ero(area / rile) / warning-(ul / urile): D:stycMCM (F)ServersRomania Sunt Zone v1.0 www.necro-zone.comgamemodesRSZ.pwn(193) : warning 204: symbol is assigned a value that is never used: "pLevel" D:stycMCM (F)ServersRomania Sunt Zone v1.0 www.necro-zone.comgamemodesRSZ.pwn(212) : error 017: undefined symbol "gsString" D:stycMCM (F)ServersRomania Sunt Zone v1.0 www.necro-zone.comgamemodesRSZ.pwn(212) : warning 215: expression has no effect D:stycMCM (F)ServersRomania Sunt Zone v1.0 www.necro-zone.comgamemodesRSZ.pwn(212) : error 001: expected token: ";", but found "]" D:stycMCM (F)ServersRomania Sunt Zone v1.0 www.necro-zone.comgamemodesRSZ.pwn(212) : error 029: invalid expression, assumed zero D:stycMCM (F)ServersRomania Sunt Zone v1.0 www.necro-zone.comgamemodesRSZ.pwn(212) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 4 Errors. Liniile de cod / sursa / script-ul: CMD:setlevel( playerid, params[ ] ) { gsString[ 0 ] = EOS; if ( !IsPlayerAdmin( playerid ) ) return SendError( playerid, "You need to be logged as RCON before use this command!" ); new Player, aLevel ; if ( sscanf( params, "ui", Player, aLevel ) ) return SendClientMessage( playerid, COLOR_ULTRARED, "USAGE: {33CCFF}/setlevel [PlayerID] [Level]" ); if ( !IsPlayerConnected( Player ) && Player == INVALID_PLAYER_ID ) return SendError( playerid, "Player not connected!" ); if ( PlayerInfo[ Player ][ LoggedIn ] == 0 ) return SendError( playerid, "Player must be registered and logged in!" ); if ( aLevel > 999999999 && !IsPlayerAdmin( playerid ) ) return SendError( playerid, "Incorrect Level" ); if ( aLevel == RSZ_DATA[ playerid ][ RSZLevel ] ) return SendError( playerid, "Player is already have this level" ); if ( aLevel > 0 ) format( gsString, sizeof( gsString ), "Administrator %s has set you to administrator status [Level: %d]", PlayerName( playerid ), aLevel ); else format( gsString, sizeof( gsString ), "Administrator %s has set you to player status [Level: %d]", PlayerName( playerid ), aLevel ); SendClientMessage( Player, COLOR_ABLUE, gsString ); if ( aLevel > RSZ_DATA[ playerid ][ RSZLevel ] ) Announce( Player, "~g~Promoted!", 2000, 3 ); else Announce( Player,"~r~Demoted", 2000, 3 ); FormatMSG( playerid, COLOR_ABLUE, "You have made %s Level %d on %s", PlayerName( Player ), aLevel, zDate( ) ); FormatLog( "Admin_Log", "[RCON] %s has made %s Level %d", PlayerName( playerid ), PlayerName( Player ), aLevel ); RSZ_DATA[ playerid ][ RSZLevel ] = aLevel; PlayerPlaySound( Player, 1057, 0.0, 0.0, 0.0 ); return ( 1 ); } RSZ_DATA PublicEx OnPlayerLogin( playerid ) { RSZ_DATA[ playerid ][ ID ] = cache_get_field_content_int( 0, "ID", RSZ_Handle ) ; RSZ_DATA[ playerid ][ RSZLevel ] = cache_get_field_content_int( 0, "RSZLevel", RSZ_Handle ) ; SetTimerEx( "SpawnPlayerEx", 500, 0, "d", playerid ) ; RSZ_Logged[ playerid ] = true; return ( 1 ) ; } enum PlayerData { ID , RSZLevel, } Imagini / Video (optional):! Ati incercat sa rezolvati singur?:Da am incercat si nmk.
  18. Descriere tutorial: Salut doresc si eu un tutorial pentru register login pe mysql 38 si comanda /setlevel. Am tot cauta dar nu am gasit mai nmk pe care las putea folosi.
  19. Ok si atunci dece mai postezi nu a pus pentru ca nush cum
  20. Folosesc mysql r38 iar cu timer stau cam prost
×
×
  • 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.