Jump to content

Costy1998

Membru
  • Posts

    95
  • Joined

  • Last visited

    Never

Everything posted by Costy1998

  1. Scuzatim al doilea post. Pai la Start de ex ai mai putea aduga radio. Si cand da click pe el sai apara in mijloc o lista cu mai multe radiouri si cand da click pe un radio din lista sal pornesca. Si inca un buton inchide radio. Da imi mai vin idei dau edit.
  2. Foarte frumos. Eu zic sa faci si versiunea urmatoare. 5/5
  3. Vezi daca nai pe undeva in gm o ... sa schimbe HostName. Eu de EX: am in gm o .... Care schimba site si eu pot sa scriu la web ori ce in server cfg ca apre ce e pus in gm. :D
  4. [glow=red,2,300]Descriere: Deci, am vazut pe multe communitati ca au un baner in dreapta jos si daca dai click pe el dispare. In cazul nostru doar dam click si va disparea.[/glow] [glow=red,2,300] [glow=red,2,300]Image:[/glow] [glow=red,2,300]1. 2. [img width=500 height=375] [/glow] [glow=red,2,300]Download: [/glow] Edit : La cererea publicului si PasteBin: http://pastebin.com/EbEGcD3Z [glow=red,2,300]TextDraw Reclama Download[/glow]
  5. Sincer zici cai cel de la DKR numai cai facut cu stelute priviti. Dacai facut de tine 5/5 Daca e copiat 0/5
  6. Frumoase mape 10/5. ;)
  7. Multumesc Puteti da lock topic sa rezolvat.
  8. In primul rand Salut. Deci vreau sa fac o cursa cu checkpoint. Eu am incercat sa fac dupa exmplu de pe wiki da nu-mi apare checkpointu. Uitati cordonatele la care vreau sa fac checkpointurile. Vreau doar un exmplu. uitati cordonatele. 3288.3699,-1803.5094,23.7237
  9. Foarte frumoasa mapa 10/10.
  10. [glow=blue,2,300]GJ[/glow] Vampir_MD [glow=red,2,300]10/10[/glow]. E fain ;)
  11. Mai bene il faceai intr-un dialog. Asa sunt sigur ca parea mai interesant. :)
  12. Salut deci am si cateva erori la o commanda din Ladmin. [pawn]dcmd_setsadmin(playerid,params[]) { if(PlayerInfo[playerid][LoggedIn] == 1) { if(PlayerInfo[playerid][Level] >= 12 || IsPlayerAdmin(playerid)) { new tmp[256], tmp2[256], Index; tmp = strtok(params,Index), tmp2 = strtok(params,Index); if(!strlen(params)) return SendClientMessage(playerid, red, "USAGE: /setsadmin [playerid]"); new player1,sadmin, playername[MAX_PLAYER_NAME], adminname[MAX_PLAYER_NAME], string[128]; player1 = strval(tmp); if(!strlen(tmp2)) return SendClientMessage(playerid, red, "USAGE: /setsadmin [playerid]"); sadmin = strval(tmp2); if(IsPlayerConnected(player1) && player1 != INVALID_PLAYER_ID) { if(PlayerInfo[player1][LoggedIn] == 1) { if(sadmin > ServerInfo[MaxSAdminLevel] ) return SendClientMessage(playerid,red,"ERROR: Incorrect Sadmin Level"); if(sadmin == PlayerInfo[player1][sadmin]) return SendClientMessage(playerid,red,"ERROR: Player is already this Sadmin level"); CMDMessageToAdmins(playerid,"SETSADMIN"); GetPlayerName(player1, playername, sizeof(playername)); GetPlayerName(playerid, adminname, sizeof(adminname)); new year,month,day; getdate(year, month, day); new hour,minute,second; gettime(hour,minute,second); if(sadmin > 0) format(string,sizeof(string),"Administrator %s has set you to Sadmin Status [sadmin level %d]",adminname, sadmin); else format(string,sizeof(string),"Administrator %s has set you to Player Status [sadmin level %d]",adminname, sadmin); SendClientMessage(player1,blue,string); if(sadmin > PlayerInfo[player1][sadmin]) GameTextForPlayer(player1,"Promoted Sadmin", 2000, 3); else GameTextForPlayer(player1,"Demoted Sadmin", 2000, 3); format(string,sizeof(string),"You have made %s Sadmin Level %d on %d/%d/%d at %d:%d:%d", playername, sadmin, day, month, year, hour, minute, second); SendClientMessage(playerid,blue,string); format(string,sizeof(string),"Administrator %s has made %s Sadmin Level %d on %d/%d/%d at %d:%d:%d",adminname, playername, sadmin, day, month, year, hour, minute, second); SaveToFile("SadminLog",string); dUserSetINT(PlayerName2(player1)).("sadmin",(sadmin)); PlayerInfo[player1][sadmin] = sadmin; return PlayerPlaySound(player1,1057,0.0,0.0,0.0); } else return SendClientMessage(playerid,red,"ERROR: Player must be registered and logged in to be sadmin"); } else return SendClientMessage(playerid, red, "Player is not connected"); } else return SendClientMessage(playerid,red,"ERROR: You are not a high enough level to use this command"); } else return SendClientMessage(playerid,red,"ERROR: You must be logged in to use this commands"); }[/pawn] Acesta comanda ar trebui sa sete pe cine la gradu de Sadmin. Uitati erorile si waringurile. [pawn]:\Users\Ady\Desktop\rvip\ladmin4v2.pwn(4382) : warning 219: local variable "sadmin" shadows a variable at a preceding level C:\Users\Ady\Desktop\rvip\ladmin4v2.pwn(4384) : error 022: must be lvalue (non-constant) C:\Users\Ady\Desktop\rvip\ladmin4v2.pwn(4388) : warning 213: tag mismatch C:\Users\Ady\Desktop\rvip\ladmin4v2.pwn(4389) : warning 213: tag mismatch C:\Users\Ady\Desktop\rvip\ladmin4v2.pwn(4394) : warning 213: tag mismatch C:\Users\Ady\Desktop\rvip\ladmin4v2.pwn(4394) : warning 206: redundant test: constant expression is non-zero C:\Users\Ady\Desktop\rvip\ladmin4v2.pwn(4394) : warning 213: tag mismatch C:\Users\Ady\Desktop\rvip\ladmin4v2.pwn(4395) : warning 213: tag mismatch C:\Users\Ady\Desktop\rvip\ladmin4v2.pwn(4398) : warning 213: tag mismatch C:\Users\Ady\Desktop\rvip\ladmin4v2.pwn(4401) : warning 213: tag mismatch C:\Users\Ady\Desktop\rvip\ladmin4v2.pwn(4402) : warning 213: tag mismatch C:\Users\Ady\Desktop\rvip\ladmin4v2.pwn(4404) : warning 213: tag mismatch C:\Users\Ady\Desktop\rvip\ladmin4v2.pwn(4405) : warning 213: tag mismatch C:\Users\Ady\Desktop\rvip\ladmin4v2.pwn(4382) : warning 203: symbol is never used: "sadmin" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error. [/pawn] Chiar nu pot sa-mi dau seama.
  13. Mda sunt putine comenzi da e bene ca la facut cu putine ca multi poate il integreaza in gm si o sa puna ce comenzi vor 5/5. Tino tot asa
  14. Salut. Sa trec la subiect. Am un minigame numit Tero vs Counter tot mrg perfect inafara ca la Counter numai id 0 poate dezamorsa bomba. restu id-urilor de la 1 pana la N nu pot so dezamorseze.Aveti fro ideie. cineva uitati datele de la defuse bomb. [pawn]if(checkpointid == BombC) { if(GetPlayerTeam(playerid) == TEAM_POLICE) { if(IsPlayerInRangeOfPoint(playerid, 7.0, 3787.4651,-1002.8569,25.4665)) { if(IsPlanted[playerid] == 1) { SendClientMessage(playerid, COLOR_RED, "Bomb being defused !"); DefuseTimer = SetTimer("Defuse",10000,false); if(IsPlanted[playerid] == 0) { SendClientMessageToAll(COLOR_RED, "Defused failed !"); } } else return SendClientMessage(playerid, COLOR_RED, "(ERROR) Bomb has not been planted !"); } else return SendClientMessage(playerid, COLOR_RED, "(ERROR) You must be in Generator !"); } else return SendClientMessage(playerid, COLOR_RED, "(ERROR) Only Counter can defuse the bomb !"); } return 1; }[/pawn] Edit: AM uitat sa mentionez cand intru in checpoint imi zice (ERROR) Bomb has not been planted ! dar bomba este plantata.
  15. Costy1998

    Ajutor!

    Mda nus mie ori cum numi place ocupa loc degeaba 3 text draw. Si poza nu poate fi facuta pe RS* Putea fi facuta si pe RR* sau R*S.
  16. Deci care stiti cum pot face la acest Filescripts sa nu se vada scoru la playeri care sunt online. Eu am incercat si am scos de la comanda aia cu OnConnectsplayer sau cum e. Si cand am bagat pe server nu a mers comanda. Sa mai zic odata ce dores.Eu doresc sa nu arate plaayeri care sunt online la top 5 vreau sa-i arata si cei care au scor mare si nus on . Daca se poate. Multumesc anticipat. http://pastebin.com/XAJS8nqK
  17. Costy1998

    Plaja

    Ce este ? > O Mapa la plaja. Ce Contine ? > Un Strand > Un Delfinariu > O Scena > O zona Striptis > Cativa Plamieri Pusi Cine a creeato ? >Invizon aka Costy1998 Imagini ? > http://imageshack.us/photo/my-images/267/46310274.png/ http://imageshack.us/photo/my-images/846/11545497.png/ http://imageshack.us/photo/my-images/827/87300133.png/ http://imageshack.us/photo/my-images/685/52871801.png/ http://imageshack.us/photo/my-images/221/60620897q.png/ http://imageshack.us/photo/my-images/403/45367386.png/ http://imageshack.us/photo/my-images/600/gtasa2012020819275346.png/ http://imageshack.us/photo/my-images/542/gtasa2012020819282210.png/ http://imageshack.us/photo/my-images/407/gtasa2012020819283087.png/ http://imageshack.us/photo/my-images/207/gtasa2012020819284032.png/ http://imageshack.us/photo/my-images/688/gtasa2012020819285068.png/ http://imageshack.us/photo/my-images/18/gtasa2012020819285973.png/ http://imageshack.us/photo/my-images/269/gtasa2012020819291268.png/ http://imageshack.us/photo/my-images/94/gtasa2012020819292496.png/ http://imageshack.us/photo/my-images/577/gtasa2012020819293214.png/ http://imageshack.us/photo/my-images/521/gtasa2012020819294184.png/ http://imageshack.us/photo/my-images/405/gtasa2012020819302085.png/ http://imageshack.us/photo/my-images/542/gtasa2012020819303062.png/ http://imageshack.us/photo/my-images/407/gtasa2012020819303718.png/ http://imageshack.us/photo/my-images/94/gtasa2012020819304170.png/ http://imageshack.us/photo/my-images/14/gtasa2012020819304604.png/ http://imageshack.us/photo/my-images/204/gtasa2012020819305101.png/ http://imageshack.us/photo/my-images/28/gtasa2012020819305921.png/ http://imageshack.us/photo/my-images/341/gtasa2012020819310420.png/ http://imageshack.us/photo/my-images/72/gtasa2012020819311121.png/ http://imageshack.us/photo/my-images/716/gtasa2012020819312006.png/ http://imageshack.us/photo/my-images/12/gtasa2012020819312743.png/ http://imageshack.us/photo/my-images/859/gtasa2012020819313742.png/ Download ? >Download
  18. Deci baga Ladmin pe server am modificat ceva prin el nu da da nici o eroare. Da cand il bag pe server nu mrg nici o comanda din el....Da functioneaza anti spamu ,anti ip , si ceam mai bagt eu... Poate fi o probleme din cauza la return 1 sau return 0 ar putea fin din cauza asta.........
  19. Un moderator sa dea LOCK Topic ...MOTIV (Na pus link download)///
×
×
  • 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.