Jump to content

CristyRo

Membru
  • Posts

    93
  • Joined

  • Last visited

    Never

Everything posted by CristyRo

  1. CristyRo

    Erori

    Am primit 4 erori pe linia asta if ( PlayerInfo[ playerid ][ rank ] < 5 ) C:\Users\Sebastian\Desktop\RSE\filterscripts\Createclan.pwn(920): error 017: undefined symbol "PlayerInfo" C:\Users\Sebastian\Desktop\RSE\filterscripts\Createclan.pwn(920) : warning 215: expression has no effect C:\Users\Sebastian\Desktop\RSE\filterscripts\Createclan.pwn(920) : error 001: expected token: ";", but found "]" C:\Users\Sebastian\Desktop\RSE\filterscripts\Createclan.pwn(920) : error 029: invalid expression, assumed zero C:\Users\Sebastian\Desktop\RSE\filterscripts\Createclan.pwn(920) : fatal error 107: too many error messages on one line
  2. CristyRo

    Warnings

    asta imi da acuma C:\Users\Sebastian\Desktop\RSE\gamemodes\RSE.pwn(618) : warning 217: loose indentation C:\Users\Sebastian\Desktop\RSE\gamemodes\RSE.pwn(623) : error 021: symbol already defined: "Streamer_TickRate" C:\Users\Sebastian\Desktop\RSE\gamemodes\RSE.pwn(627) : error 021: symbol already defined: "AntiDEAmx" C:\Users\Sebastian\Desktop\RSE\gamemodes\RSE.pwn(629) : error 021: symbol already defined: "SendRconCommand" C:\Users\Sebastian\Desktop\RSE\gamemodes\RSE.pwn(634) : error 021: symbol already defined: "AddStaticVehicle" C:\Users\Sebastian\Desktop\RSE\gamemodes\RSE.pwn(682) : error 010: invalid function or declaration C:\Users\Sebastian\Desktop\RSE\gamemodes\RSE.pwn(713) : error 010: invalid function or declaration C:\Users\Sebastian\Desktop\RSE\gamemodes\RSE.pwn(721) : error 010: invalid function or declaration C:\Users\Sebastian\Desktop\RSE\gamemodes\RSE.pwn(729) : error 010: invalid function or declaration C:\Users\Sebastian\Desktop\RSE\gamemodes\RSE.pwn(737) : error 010: invalid function or declaration C:\Users\Sebastian\Desktop\RSE\gamemodes\RSE.pwn(745) : error 010: invalid function or declaration C:\Users\Sebastian\Desktop\RSE\gamemodes\RSE.pwn(753) : error 010: invalid function or declaration C:\Users\Sebastian\Desktop\RSE\gamemodes\RSE.pwn(835) : error 010: invalid function or declaration C:\Users\Sebastian\Desktop\RSE\gamemodes\RSE.pwn(843) : error 010: invalid function or declaration C:\Users\Sebastian\Desktop\RSE\gamemodes\RSE.pwn(851) : error 010: invalid function or declaration C:\Users\Sebastian\Desktop\RSE\gamemodes\RSE.pwn(859) : error 010: invalid function or declaration C:\Users\Sebastian\Desktop\RSE\gamemodes\RSE.pwn(867) : error 010: invalid function or declaration C:\Users\Sebastian\Desktop\RSE\gamemodes\RSE.pwn(875) : error 010: invalid function or declaration
  3. CristyRo

    Warnings

    Dar unde se pun ca sa nu mai apara? eu am asa din Xtreme Vehicle Potter si eu le-am pozitionat cum imi arata acici //====================== // Above OnGameModeInit: new bLackLisT; // OnGameModeInit Insert public OnGameModeInit() { bLackLisT = GangZoneCreate(910.8743, 1599.869, 1027.653, 1821.749); return 1; } // Player Spawn public OnPlayerSpawn(playerid) { GangZoneShowForPlayer(playerid, bLackLisT, 0xFF000096); return 1; } //======================
  4. CristyRo

    Warnings

    Aceleasi Warninguri :(
  5. CristyRo

    Warnings

    Ok si unde le pun peste alea?
  6. CristyRo

    Warnings

    Primul warning//ZONES //============================================================================== bLackLisT = GangZoneCreate(128.4566, -326.9805, 385.3699, 58.38938); Al doilea Streamer_TickRate(30); SetGameModeText("Romanian Server (RO/ENG)"); Al treilea //ZONES //============================================================================== GangZoneShowForPlayer(playerid, bLackLisT, 0xFF000096); return 1; } Al patrulea SetPlayerInterior(playerid, 0); Al cincilea CMD:lv(playerid, params[]) return TPlayer(playerid, "Las Venturas", "lv", 2025.8074,1545.5157,10.8187);
  7. CristyRo

    Warnings

    Dupa ce am rezolvat erorile am primit 6 warnings de la Gang Zone C:\Users\Sebastian\Desktop\RSE\gamemodes\RSE.pwn(624) : warning 217: loose indentation C:\Users\Sebastian\Desktop\RSE\gamemodes\RSE.pwn(1394) : warning 217: loose indentation C:\Users\Sebastian\Desktop\RSE\gamemodes\RSE.pwn(1394) : warning 215: expression has no effect C:\Users\Sebastian\Desktop\RSE\gamemodes\RSE.pwn(1454) : warning 217: loose indentation C:\Users\Sebastian\Desktop\RSE\gamemodes\RSE.pwn(11998) : warning 202: number of arguments does not match definition C:\Users\Sebastian\Desktop\RSE\gamemodes\RSE.pwn(619) : warning 204: symbol is assigned a value that is never used: "bLackLisT" //ZONES //============================================================================== bLackLisT = GangZoneCreate(128.4566, -326.9805, 385.3699, 58.38938); Streamer_TickRate(30); SetGameModeText("Romanian Server (RO/ENG)"); //ZONES //============================================================================== GangZoneShowForPlayer(playerid, bLackLisT, 0xFF000096); return 1; } SetPlayerInterior(playerid, 0); CMD:lv(playerid, params[]) return TPlayer(playerid, "Las Venturas", "lv", 2025.8074,1545.5157,10.8187);
  8. Deci tu vrei sa afli la /cm playerii doar Online nu?
  9. De ce sunteti asa inactivi? (Scuzati 3x post)
  10. Pai downloandeaza versiunile noi de pe net si bagale peste cele vechi in plugins
  11. Haideti fratilor nu se uita nimeni? Ce sunteti asa inactivi?
  12. Incearca sa updatezi pluginurile
  13. Deci am facut un gang zone in gamemode pt ca in filterscript nu merge am sa va dau poza sa vedeti errorile si Liniile bLackLisT = GangZoneCreate(128.4566, -326.9805, 385.3699, 58.38938); return 1; } GangZoneShowForPlayer(playerid, bLackLisT, 0xFF000096); return 1; } si 13679 nu exista Fiti atenti BlackLisT e la gamemode init si GangZoneShowForPlayer la on player spawn ce trebuie facut?
  14. CristyRo

    Host

    La gamemode din server.cfg lasa spatiu si pune 1 ... si la fs nu stiu
  15. Ms frumos am rezolvat cu ajutorul lui Grig22
  16. Am un sistem proprietati si cand dau sa compilez imi da asta public OnPlayerCommandText(playerid, cmdtext[]) { new cmd[256], idx; cmd = strtok(cmdtext, idx);
  17. CristyRo

    Newbie

    Cum se numeste gamemode?Ca poate te rezolva [XSS]NeaCristy(je ) )
  18. Deci vreau sa fac ceea ce am spus in video : http://www.youtube.com/watch?v=H_v96BGmLR4 (facut de mine pentru sa ma ajutati) fiindca eu nu stiu
  19. Nu merge am incercat dar dati lock am schimbat numele la server!
  20. Acuma ce scriptez sa salveaza dar am modificat tagul RSE de la /stats in XSE si imi tot apare RSE peste si la /credits si la /stats si la /admins si la /vips etc.
×
×
  • 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.