Jump to content

Deejaybwg

Membru
  • Posts

    605
  • Joined

  • Last visited

    Never

Everything posted by Deejaybwg

  1. D:\[RSG]\Filterscripts\Xstreamo.pwn(1899) : error 017: undefined symbol "CreateStreamedObject" D:\[RSG]\Filterscripts\Xstreamo.pwn(1900) : error 017: undefined symbol "CreateStreamedObject" D:\[RSG]\Filterscripts\Xstreamo.pwn(1901) : error 017: undefined symbol "CreateStreamedObject" D:\[RSG]\Filterscripts\Xstreamo.pwn(1902) : error 017: undefined symbol "CreateStreamedObject" D:\[RSG]\Filterscripts\Xstreamo.pwn(1903) : error 017: undefined symbol "CreateStreamedObject" D:\[RSG]\Filterscripts\Xstreamo.pwn(1904) : error 017: undefined symbol "CreateStreamedObject" D:\[RSG]\Filterscripts\Xstreamo.pwn(1905) : error 017: undefined symbol "CreateStreamedObject" D:\[RSG]\Filterscripts\Xstreamo.pwn(1906) : error 017: undefined symbol "CreateStreamedObject" D:\[RSG]\Filterscripts\Xstreamo.pwn(1907) : error 017: undefined symbol "CreateStreamedObject" D:\[RSG]\Filterscripts\Xstreamo.pwn(1908) : error 017: undefined symbol "CreateStreamedObject" D:\[RSG]\Filterscripts\Xstreamo.pwn(1909) : error 017: undefined symbol "CreateStreamedObject" D:\[RSG]\Filterscripts\Xstreamo.pwn(1910) : error 017: undefined symbol "CreateStreamedObject" D:\[RSG]\Filterscripts\Xstreamo.pwn(1911) : error 017: undefined symbol "CreateStreamedObject" D:\[RSG]\Filterscripts\Xstreamo.pwn(1912) : error 017: undefined symbol "CreateStreamedObject" D:\[RSG]\Filterscripts\Xstreamo.pwn(1913) : error 017: undefined symbol "CreateStreamedObject" D:\[RSG]\Filterscripts\Xstreamo.pwn(1914) : error 017: undefined symbol "CreateStreamedObject" D:\[RSG]\Filterscripts\Xstreamo.pwn(1915) : error 017: undefined symbol "CreateStreamedObject" D:\[RSG]\Filterscripts\Xstreamo.pwn(1916) : error 017: undefined symbol "CreateStreamedObject" D:\[RSG]\Filterscripts\Xstreamo.pwn(1917) : error 017: undefined symbol "CreateStreamedObject" D:\[RSG]\Filterscripts\Xstreamo.pwn(1918) : error 017: undefined symbol "CreateStreamedObject" D:\[RSG]\Filterscripts\Xstreamo.pwn(1919) : error 017: undefined symbol "CreateStreamedObject" D:\[RSG]\Filterscripts\Xstreamo.pwn(1920) : error 017: undefined symbol "CreateStreamedObject" D:\[RSG]\Filterscripts\Xstreamo.pwn(1921) : error 017: undefined symbol "CreateStreamedObject" D:\[RSG]\Filterscripts\Xstreamo.pwn(1922) : error 017: undefined symbol "CreateStreamedObject" D:\[RSG]\Filterscripts\Xstreamo.pwn(1923) : error 017: undefined symbol "CreateStreamedObject" D:\[RSG]\Filterscripts\Xstreamo.pwn(1924) : error 017: undefined symbol "CreateStreamedObject"
  2. Am incercat sa schimb niste mape, adica am pus mapele Creative...... in xStreamo pe langa celelalte care le aveam. Cand am dat compile, erori la fiecare linie cu mapele puse. Mai trebuie sa fac ceva anume ? Si ce anume ?
  3. Mapele de pe serverul meu sunt in xStreamer. Unele mape pe care le aveam le-am lasat acolo.dar am mai pus si alte mape noi tot in acest xStreamer. Cand am dat compile mi-a dat erori. Ce mai trebuie sa fac ca sa mearga mapele?
  4. Si nu pot sa rezolv bug-urile ?
  5. Un ajutor? (Scuze pentru reply). :undecided:
  6. Pe serverul meu am /hobj.(cu diverse obiecte:light,penis....etc) Cand dau "Sterge obiectele" adica sa mi le scoata dau acolo si nu le sterge..Daca am 2 obiecte puse pe mine si dak dau "sterge obiecte" imi sterge doar un obiect. Cum rezolv ? Cand dau "sterge obiectele" sa le stearga pe toate ? P.S: Am mai discutat 1data despre asta dar nu am reusit sa rezolv.(Imi pare rau pentru 2 post.)
  7. Deejaybwg

    AFK

    Stuntman,am pus cum mi-ai zis si mi-a dat un warning: D:\[RSG]\gamemodes\RSG.pwn(3648) : warning 219: local variable "string" shadows a variable at a preceding level
  8. Deejaybwg

    AFK

    Am inlocuit if(strcmp(cmdtext, "/afk", true) == 0) { GetPlayerName(playerid, dname, MAX_PLAYER_NAME); format(newtext, sizeof(newtext), "~b~%s,~w~este acum ~r~AFK", dname); TogglePlayerControllable(playerid,0); SetPlayerVirtualWorld(playerid, 5); TextDrawSetString(afk, newtext); HideDraw(playerid); TextDrawShowForAll(afk); SetTimerEx("HideDraw", 3000, 0, "i", playerid); KillTimer(Timer); Timer = SetTimer("healme", 100, 1); return 1; } Cu: if(strcmp("/afk",cmdtext,true) ==0) { new name[MAX_PLAYER_NAME]; new afk[100]; format(afk,sizeof(msg),"%s is now AFK!",name); afk = TextDrawCreate(17.0, 280.0, "~w~este acum ~r~AFK"); TextDrawBackgroundColor(afk, 255); TextDrawFont(afk, 2); TextDrawUseBox(afk, 1); TextDrawBoxColor(afk, 0x00000044); TextDrawTextSize(afk, 270.000000, 350.000000); TextDrawAlignment(afk, 0); TextDrawLetterSize(afk, 0.299999,1.000000); TextDrawColor(afk,0x000000ff); TextDrawSetOutline(afk, 1); TextDrawSetProportional(afk, 1); TogglePlayerControllable(playerid,0); SetTimer("DestroyTextDraw",3000,0); return 1; } Si uite ce-a iesit: D:\[RSG]\gamemodes\RSG.pwn(3649) : warning 219: local variable "afk" shadows a variable at a preceding level D:\[RSG]\gamemodes\RSG.pwn(3650) : error 017: undefined symbol "msg" D:\[RSG]\gamemodes\RSG.pwn(3650) : error 029: invalid expression, assumed zero D:\[RSG]\gamemodes\RSG.pwn(3650) : warning 215: expression has no effect D:\[RSG]\gamemodes\RSG.pwn(3651) : error 033: array must be indexed (variable "afk") D:\[RSG]\gamemodes\RSG.pwn(3652) : error 035: argument type mismatch (argument 1) D:\[RSG]\gamemodes\RSG.pwn(3653) : error 035: argument type mismatch (argument 1) D:\[RSG]\gamemodes\RSG.pwn(3654) : error 035: argument type mismatch (argument 1) D:\[RSG]\gamemodes\RSG.pwn(3655) : error 035: argument type mismatch (argument 1) D:\[RSG]\gamemodes\RSG.pwn(3656) : error 035: argument type mismatch (argument 1) D:\[RSG]\gamemodes\RSG.pwn(3657) : error 035: argument type mismatch (argument 1) D:\[RSG]\gamemodes\RSG.pwn(3658) : error 035: argument type mismatch (argument 1) D:\[RSG]\gamemodes\RSG.pwn(3659) : error 035: argument type mismatch (argument 1) D:\[RSG]\gamemodes\RSG.pwn(3660) : error 035: argument type mismatch (argument 1) D:\[RSG]\gamemodes\RSG.pwn(3661) : error 035: argument type mismatch (argument 1)
  9. Deejaybwg

    AFK

    1.Nu e nimic concret in link-ul pe care mi l-ai dat. 2.Cum pot sa rezolv la /afk de la mine ? Adica sa raman cu acelasi sistem /afk, dar sa nu-mi ramana pe ecran knd scrie cineva /afk.
  10. Deejaybwg

    AFK

    Mi-a zis si Speedy ce trebuie sa scriu !!! DAR UNDEEEEEEEE ? Asta e comanda /afk a mea: afk = TextDrawCreate(17.0, 280.0, "~w~este acum ~r~AFK"); TextDrawBackgroundColor(afk, 255); TextDrawFont(afk, 2); TextDrawUseBox(afk, 1); TextDrawBoxColor(afk, 0x00000044); TextDrawTextSize(afk, 270.000000, 350.000000); TextDrawAlignment(afk, 0); TextDrawLetterSize(afk, 0.299999,1.000000); TextDrawColor(afk,0x000000ff); TextDrawSetOutline(afk, 1); TextDrawSetProportional(afk, 1); CUM FAC SA NU MAI RAMANA "....ESTE ACUM AFK" ? Sa ramana doar 2 secunde.
  11. Deejaybwg

    AFK

    Multumesc, dar eu vreau sa nu mai ramana in continuu "NAME este afk acum". Vreau sa apara 2 secunde si sa dispara. :undecided:
  12. Deejaybwg

    AFK

    Si un raspuns ? :huh:
  13. Deejaybwg

    AFK

    Sorry pentru Reply, dar un raspuns ?
  14. Deejaybwg

    AFK

    Am pus: new afk[256]; GetPlayerName(playerid,name, sizeof(name)); format(afk, sizeof(afk), "~r~ ~n~ ~n~ ~n~ ~n~ ~n~ ~n~ ~n~ ~n~ ~n~ ~r~ %s ~w~ will AFK.", name); GameTextForAll(afk,4000,3); in locul la asta: afk = TextDrawCreate(17.0, 280.0, "~w~este acum ~r~AFK"); TextDrawBackgroundColor(afk, 255); TextDrawFont(afk, 2); TextDrawUseBox(afk, 1); TextDrawBoxColor(afk, 0x00000044); TextDrawTextSize(afk, 270.000000, 350.000000); TextDrawAlignment(afk, 0); TextDrawLetterSize(afk, 0.299999,1.000000); TextDrawColor(afk,0x000000ff); TextDrawSetOutline(afk, 1); TextDrawSetProportional(afk, 1); Si imi da erori.
  15. Deejaybwg

    AFK

    Problema /afk. Cand cineva da /afk, apare pe ecran "NAME este afk acum." si asa ramane. Cum fac sa ramana doar 2 secunde sau foarte putin? Ca nu e ok sa ramana scris.. :undecided:
  16. Daca serverul este pe host, atunci nu trebuie sa-ti faca cei de la hosting totul ?
  17. Acum doar cei cu VIP si cei cu Admin pot vedea /viplist. Cum fac sa poate vedea toti playerii ?
  18. Nici nu stiu ce e aia ondialogresponse ! :undecided:
  19. Am dat CTRL + F si am scris RemovePlayerAttachedObject(playerid); si nu gaseste nimic :undecided:
  20. Sa pun for( new i; i < 5; i ++ ) RemovePlayerAttachedObject( playerid, i ); in loc de public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) ? Daca da,am pus si mi-a dat Pawno Stopped Working.
  21. Da erori cum zici tu: D:\[RSG]\filterscripts\LuxAdmin.pwn(5780) : warning 213: tag mismatch D:\[RSG]\filterscripts\LuxAdmin.pwn(5780) : error 033: array must be indexed (variable "AccInfo") D:\[RSG]\filterscripts\LuxAdmin.pwn(5785) : warning 213: tag mismatch D:\[RSG]\filterscripts\LuxAdmin.pwn(5785) : error 033: array must be indexed (variable "AccInfo") Mi-a facut un baiat sa scrie Vips:name Vips:name2 Vips:name3 etc....... Dar eu vreau sa scrie Vips:name,name2,name3,etc.. Aici este comanda care mi-a facut-o acel baiat: dcmd_viplist(playerid, params[]) { #pragma unused params new string[128]; if(IsPlayerConnected(playerid)) { for (new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { if(AccInfo[pVip] >= 1) { format(string, sizeof(string),"Vips : {F81414}%s(%d)", PlayerName2(i), i); SendClientMessage(playerid, green, string); //ShowPlayerDialog(playerid, ADMIN_LIST, DIALOG_STYLE_LIST,"Online Admins: (command unstable)", string, "Send PM", "Close"); } } } } return 1; }
  22. Asta e comanda Vip List: dcmd_viplist(playerid,params[]) { #pragma unused params if(AccInfo[playerid][LoggedIn] == 1) { new bool:First2 = false; new CountVL, i,string[128]; new pName2[MAX_PLAYER_NAME]; for(i = 0; i < MAX_PLAYERS; i++){ if(IsPlayerConnected(i) && AccInfo[pVip] > 0) CountVL++; } if(CountVL == 0) return SendClientMessage(playerid,red, "No players have VIP Account!"); for(i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i) && AccInfo[pVip] > 0) { GetPlayerName(i, pName2, sizeof(pName2)); if(!First2) { format(string, sizeof(string),"Vips {FC0303}: {00CEFC}%s", pName2); First2 = true; } else format(string,sizeof(string),"%s",pName2); } } return SendClientMessage(playerid,green,string); } else return SendClientMessage(playerid,red,"ERROR: You must be logged in to use this commands"); }
  23. Tot nu apar toti. Si cateodata apare doar numele unui VIP.. :undecided:
×
×
  • 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.