Jump to content

Deejaybwg

Membru
  • Posts

    605
  • Joined

  • Last visited

    Never

Everything posted by Deejaybwg

  1. Deejaybwg

    Ro/Eng

    Acum imi da: D:\[RSG]\Gamemodes\RSG.pwn(2778) : error 001: expected token: ";", but found "-identifier-" 2778 SbK[playerid] = 0; Sb[playerid] = 0; Velocity[playerid] = 0; Nu inteleg de ce. Pana acum nu mi-a dat eroare aici.. :undecided:
  2. Pai eu vreau sa ma logheze pe mine automat si pe ceilalti playeri( cand intra cu numele lor). Dar cand un player intra cu numele meu, sa ii trebuiasca login. Daca dau /lmenu - disable - autologin ma logheaza doar pe mine si pe ceilalti playeri? Si pe cei care intra cu numele meu nu ii logheaza automat ?
  3. Dar cum fac sa fie activata chestia cu "Login la mine, dar la playerul care intra cu numele meu sa ii ceara login? :huh:
  4. Revin cu un "Reply" deoarece daca am dat edit, serverul a ramas tot "vechi" (pe alta pagina decat cea principala) si poate asa mai vede cineva post-ul si ma ajuta? :undecided: Sorry pentru POST ! De ce pe serverul care il tin pe pc merge fs-ul "Artificii" iar pe serverul hostat nu merge ? :undecided: PS: Mai am de exemplu comanda /hold , cand dau se deschide textdraw-ul cu obiecte, dar cand dau enter, nu se pune obiectul. La fel si la /neon, dau enter pe un neon si nu se pune la masina..
  5. Deejaybwg

    Ro/Eng

    Am facut cum mi-a zis Speedy si.. D:\[RSG]\Gamemodes\RSG.pwn(2773) : error 001: expected token: ",", but found "-string-" D:\[RSG]\Gamemodes\RSG.pwn(2773) : warning 215: expression has no effect D:\[RSG]\Gamemodes\RSG.pwn(2773) : warning 215: expression has no effect D:\[RSG]\Gamemodes\RSG.pwn(2773) : warning 215: expression has no effect D:\[RSG]\Gamemodes\RSG.pwn(2773) : warning 215: expression has no effect D:\[RSG]\Gamemodes\RSG.pwn(2773) : error 001: expected token: ";", but found ")" D:\[RSG]\Gamemodes\RSG.pwn(2773) : error 029: invalid expression, assumed zero D:\[RSG]\Gamemodes\RSG.pwn(2773) : fatal error 107: too many error messages on one line Linia 2773: ShowPlayerDialog(playerid,LANG,DIALOG_STYLE_MSGBOX"Limba","Este necesara selectarea limbii.","Romana","English");
  6. Deejaybwg

    Ro/Eng

    Am inteles acum. Dar unde pun asta: Lang[MAX_PLAYERS]; ?
  7. Deejaybwg

    Ro/Eng

    stock SendClientLanguageMessage( playerid, color, eng[ ], ro[ ] ) { switch( Language[ playerid ] ) { case 0: SendClientMessage( playerid, color, eng ); case 1: SendClientMessage( playerid, color, ro ); } return 1; Asta pun in GM ? SendClientMessage( playerid, COLOR_WHITE, "Ce faci ?" ); folosesti SendClientLanguageMessage( playerid, COLOR_WHITE, "What are you doing ?", "Ce faci ?" ); Asta unde pun? La /ro pui Language[ playerid ] = 1, iar la /eng pui Language[ playerid ] = 0; Si asta unde pun?
  8. Deejaybwg

    Ro/Eng

    Cum fac la serverul meu sa fie /ro (limba romana) sau /eng (limba engleza) ?
  9. Ok, Thx.
  10. Pai eu cand intru ma loghez automat. Dar eu as vrea cand intra un player cu numele meu sa ii ceara login..
  11. Sus langa celelalte new Text:TextDraw..... Am uitat sa mentionez: in acel loc unde vreau sa pun textdraw-ul asta, am un textdraw cu ceas: imi arata ex: 13:56.. Si nu mai stiu care sunt toate partile lui. Si cred ca pana nu le sterg, nu o sa se vada textdraw-ul care l-am pus..
  12. Am pus asa sus in GM: new Text:TextDraw16; new Text:TextDraw17; new Text:TextDraw18;
  13. Am pus sus in GM, la OnPlayerSpawn si am pus si textdraw-ul, dar imi da: D:\[RSG]\Gamemodes\RSG.pwn(1086) : error 017: undefined symbol "Textdraw16" D:\[RSG]\Gamemodes\RSG.pwn(1087) : error 017: undefined symbol "Textdraw16" D:\[RSG]\Gamemodes\RSG.pwn(1088) : error 017: undefined symbol "Textdraw16" D:\[RSG]\Gamemodes\RSG.pwn(1089) : error 017: undefined symbol "Textdraw16" D:\[RSG]\Gamemodes\RSG.pwn(1090) : error 017: undefined symbol "Textdraw16" D:\[RSG]\Gamemodes\RSG.pwn(1091) : error 017: undefined symbol "Textdraw16" D:\[RSG]\Gamemodes\RSG.pwn(1092) : error 017: undefined symbol "Textdraw16" D:\[RSG]\Gamemodes\RSG.pwn(1093) : error 017: undefined symbol "Textdraw17" D:\[RSG]\Gamemodes\RSG.pwn(1094) : error 017: undefined symbol "Textdraw17" D:\[RSG]\Gamemodes\RSG.pwn(1095) : error 017: undefined symbol "Textdraw17" D:\[RSG]\Gamemodes\RSG.pwn(1096) : error 017: undefined symbol "Textdraw17" D:\[RSG]\Gamemodes\RSG.pwn(1097) : error 017: undefined symbol "Textdraw17" D:\[RSG]\Gamemodes\RSG.pwn(1098) : error 017: undefined symbol "Textdraw17" D:\[RSG]\Gamemodes\RSG.pwn(1099) : error 017: undefined symbol "Textdraw17" D:\[RSG]\Gamemodes\RSG.pwn(1100) : error 017: undefined symbol "Textdraw18" D:\[RSG]\Gamemodes\RSG.pwn(1101) : error 017: undefined symbol "Textdraw18" D:\[RSG]\Gamemodes\RSG.pwn(1102) : error 017: undefined symbol "Textdraw18" D:\[RSG]\Gamemodes\RSG.pwn(1103) : error 017: undefined symbol "Textdraw18" D:\[RSG]\Gamemodes\RSG.pwn(1104) : error 017: undefined symbol "Textdraw18" D:\[RSG]\Gamemodes\RSG.pwn(1105) : error 017: undefined symbol "Textdraw18" D:\[RSG]\Gamemodes\RSG.pwn(1106) : error 017: undefined symbol "Textdraw18" :undecided:
  14. Multumesc.
  15. Am intrebat daca este asa si la LuxAdmin pentru ca un baiat intra mereu cu numele meu pe server si da ban in toate partile Si as vrea sa ii ceara login de fiecare data cand intra. Dar eu cand intru, sa nu-mi ceara login. Ma poti ajuta? Cum sa fac sa fie cum am zis?
  16. Si as putea sa fac asta si la LuxAdmin?
  17. Am descarcat un System VIP de pe net. Este ok, dar cand am adaugat Vip Chat (din LuxAdmin) mi-a dat: D:\[RSG]\Pawno\include\dutils.inc(28) : warning 219: local variable "string" shadows a variable at a preceding level D:\[RSG]\Pawno\include\dutils.inc(132) : warning 219: local variable "string" shadows a variable at a preceding level D:\[RSG]\Pawno\include\dutils.inc(172) : warning 219: local variable "string" shadows a variable at a preceding level D:\[RSG]\Pawno\include\dutils.inc(280) : warning 219: local variable "string" shadows a variable at a preceding level D:\[RSG]\Pawno\include\dutils.inc(337) : warning 219: local variable "string" shadows a variable at a preceding level D:\[RSG]\Pawno\include\dutils.inc(379) : warning 219: local variable "string" shadows a variable at a preceding level D:\[RSG]\Filterscripts\VIP.pwn(60) : warning 219: local variable "string" shadows a variable at a preceding level D:\[RSG]\Filterscripts\VIP.pwn(81) : error 010: invalid function or declaration D:\[RSG]\Filterscripts\VIP.pwn(83) : error 021: symbol already defined: "GetPlayerName" D:\[RSG]\Filterscripts\VIP.pwn(86) : error 010: invalid function or declaration D:\[RSG]\Filterscripts\VIP.pwn(87) : error 010: invalid function or declaration D:\[RSG]\Filterscripts\VIP.pwn(108) : warning 219: local variable "string" shadows a variable at a preceding level D:\[RSG]\Filterscripts\VIP.pwn(359) : warning 203: symbol is never used: "string" :undecided: Asta e Vip Chatul: //Vip Chat if(text[0] == '*' && AccInfo[playerid][pVip] >= 1) { new string[128]; GetPlayerName(playerid,string,sizeof(string)); format(string,sizeof(string),"|VIP Chat| %s: %s",string,text[1]); MessageToPlayerVIP(0xFFFF00AA,string); SaveIn("ChatVipLog",string); return 0; REZOLVAT.
  18. Am auzit de la cineva, ca la LAdmin, cand intra un admin pe server, nu ii cere login, dar cand intra un PLAYER cu nume de ADMIN ii cere. E adevarat ?
  19. Deejaybwg

    Hold

    Am pus fs-ul asta: http://www.sa-mp.ro/forum/index.php/topic,12632.0.html Link dat de [sTR]Ruben. Am intrat pe server, am dat /hds, si cand am dat enter pe un obiect nu se pune obiectul ala. Adica dau enter pe "Te face copac" si nu "ma face copac".
  20. Nu vreau 0Admin. Am LAdmin. (acum 2 ore l-am luat)
  21. Mi-am luat LAdmin v4.2. Acum lucrez la el. Cand aveam LuxAdmin, Vip System era inclus in LuxAdmin. Cum fac sa includ VIP System si in LAdmin ?
  22. Nu-mi mai da erori dar textdraw-ul nu e pus pe server.. Am facut cum mi-ati zis si nu se vede. :undecided:
  23. Dar in locul acestui textdraw aveam ora.. (ex: 02:48) Cum o scot? Ca nu stiu tot ce apartine de ea.. Si se suprapun.. Ca eu in acel loc vreau sa pun textdraw-ul de mai sus. :undecided:
  24. Unde sus in GM ?
  25. Am pus acest textdraw in GM: Textdraw16 = TextDrawCreate(1.000000, 425.000000, "Romania"); TextDrawBackgroundColor(Textdraw16,0x000000AA); TextDrawFont(Textdraw16, 0); TextDrawLetterSize(Textdraw16, 0.698998, 2.299900); TextDrawColor(Textdraw16, 0x1229FAFF); TextDrawSetOutline(Textdraw16, 1); TextDrawSetProportional(Textdraw16, 1); Textdraw17 = TextDrawCreate(73.000000, 425.000000, "Super"); TextDrawBackgroundColor(Textdraw17,0x000000AA); TextDrawFont(Textdraw17, 0); TextDrawLetterSize(Textdraw17, 0.698998, 2.299900); TextDrawColor(Textdraw17, 0xFFFF00FF); TextDrawSetOutline(Textdraw17, 1); TextDrawSetProportional(Textdraw17, 1); Textdraw18 = TextDrawCreate(119.000000, 425.000000, "Gaming"); TextDrawBackgroundColor(Textdraw18,0x000000AA); TextDrawFont(Textdraw18, 0); TextDrawLetterSize(Textdraw18, 0.698998, 2.299900); TextDrawColor(Textdraw18, 0xFB0000FF); TextDrawSetOutline(Textdraw18, 1); TextDrawSetProportional(Textdraw18, 1); Si imi da erorile astea: D:\[RSG]\Gamemodes\RSG.pwn(1075) : error 017: undefined symbol "Textdraw16" D:\[RSG]\Gamemodes\RSG.pwn(1076) : error 017: undefined symbol "Textdraw16" D:\[RSG]\Gamemodes\RSG.pwn(1077) : error 017: undefined symbol "Textdraw16" D:\[RSG]\Gamemodes\RSG.pwn(1078) : error 017: undefined symbol "Textdraw16" D:\[RSG]\Gamemodes\RSG.pwn(1079) : error 017: undefined symbol "Textdraw16" D:\[RSG]\Gamemodes\RSG.pwn(1080) : error 017: undefined symbol "Textdraw16" D:\[RSG]\Gamemodes\RSG.pwn(1081) : error 017: undefined symbol "Textdraw16" D:\[RSG]\Gamemodes\RSG.pwn(1082) : error 017: undefined symbol "Textdraw17" D:\[RSG]\Gamemodes\RSG.pwn(1083) : error 017: undefined symbol "Textdraw17" D:\[RSG]\Gamemodes\RSG.pwn(1084) : error 017: undefined symbol "Textdraw17" D:\[RSG]\Gamemodes\RSG.pwn(1085) : error 017: undefined symbol "Textdraw17" D:\[RSG]\Gamemodes\RSG.pwn(1086) : error 017: undefined symbol "Textdraw17" D:\[RSG]\Gamemodes\RSG.pwn(1087) : error 017: undefined symbol "Textdraw17" D:\[RSG]\Gamemodes\RSG.pwn(1088) : error 017: undefined symbol "Textdraw17" D:\[RSG]\Gamemodes\RSG.pwn(1089) : error 017: undefined symbol "Textdraw18" D:\[RSG]\Gamemodes\RSG.pwn(1090) : error 017: undefined symbol "Textdraw18" D:\[RSG]\Gamemodes\RSG.pwn(1091) : error 017: undefined symbol "Textdraw18" D:\[RSG]\Gamemodes\RSG.pwn(1092) : error 017: undefined symbol "Textdraw18" D:\[RSG]\Gamemodes\RSG.pwn(1093) : error 017: undefined symbol "Textdraw18" D:\[RSG]\Gamemodes\RSG.pwn(1094) : error 017: undefined symbol "Textdraw18" D:\[RSG]\Gamemodes\RSG.pwn(1095) : error 017: undefined symbol "Textdraw18" Cum le rezolv ? Si mai trebuie sa fac ceva dupa ce am pus textdraw-ul ?
×
×
  • 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.