piekuns1 Posted May 31, 2007 Report Share Posted May 31, 2007 Se njem : Link to comment Share on other sites More sharing options...
piekuns1 Posted June 1, 2007 Report Share Posted June 1, 2007 (edited) TE psc sajaucu bet nu te ir Edited June 1, 2007 by piekuns1 Link to comment Share on other sites More sharing options...
lazda2 Posted June 1, 2007 Report Share Posted June 1, 2007 kur te????? Link to comment Share on other sites More sharing options...
lilrich Posted June 7, 2007 Report Share Posted June 7, 2007 Liels paldies man ljoti nodereeja Link to comment Share on other sites More sharing options...
lazda2 Posted June 7, 2007 Report Share Posted June 7, 2007 taaa arii newiens neiedeva man iedot.sma failu!! Link to comment Share on other sites More sharing options...
htrc Posted June 7, 2007 Report Share Posted June 7, 2007 Labi esi pacenties...... Respect Link to comment Share on other sites More sharing options...
gerik Posted June 7, 2007 Author Report Share Posted June 7, 2007 Vismaz kads paslavee... Link to comment Share on other sites More sharing options...
cookie` Posted June 7, 2007 Report Share Posted June 7, 2007 ev braniac , lapu apakaļ un pasties cik tevi ir paslavējuši.. Link to comment Share on other sites More sharing options...
gerik Posted June 7, 2007 Author Report Share Posted June 7, 2007 XD nu jaa es SHEIT es visu dienu ka4aju smaidinjus un man tik auguma brauc zb visu izdariju jau tik jums jaieliek weba a mani nodirsh zb Link to comment Share on other sites More sharing options...
toksiks Posted June 8, 2007 Report Share Posted June 8, 2007 Gerik vari ielikt seit ari to plugin kad ieraxta CATA /server var aiziet uzreiz uz citiem serverim! PLEAASE Link to comment Share on other sites More sharing options...
GuskiS Posted June 8, 2007 Report Share Posted June 8, 2007 Commands: * amx_gravityp <nick or @all> <Gravity> piemeram kas jaraksta konsole amx_gravityp ....... ......... amx_gravityp all 100 ? ja tu gribi visiem tad amx_gravityp @all Link to comment Share on other sites More sharing options...
gerik Posted June 8, 2007 Author Report Share Posted June 8, 2007 tu doma tadu ka wos'aa ? Sorry tadu izplatiit foruma nedriikst ja pat es uzrakstiishu to pluginu tad var rasties daudzi pidinji kas man dirsiis virsu par idejas zagshanu cik zinu Wos pats skriptoja Link to comment Share on other sites More sharing options...
lemy Posted June 8, 2007 Report Share Posted June 8, 2007 plds ... esi centies Link to comment Share on other sites More sharing options...
ChiganS Posted June 8, 2007 Report Share Posted June 8, 2007 (edited) Man ir bet kkas naw kad lieku iekshaa Edited June 8, 2007 by ChiganS Link to comment Share on other sites More sharing options...
gerik Posted June 8, 2007 Author Report Share Posted June 8, 2007 vien panem kodu un ieliec nav jaaplodo obligati Link to comment Share on other sites More sharing options...
lazda2 Posted June 8, 2007 Report Share Posted June 8, 2007 es dirsos tikai taapeec ka vins newar ielikt iedot.sma failu!!!!! Link to comment Share on other sites More sharing options...
gerik Posted June 8, 2007 Author Report Share Posted June 8, 2007 es arii nelikshu tapec ka es palidzu cilvekiem a ko tev atpakal NODIRSh un tas arii viss Zb tadi luzeri kas prasa paliicibu un pectam dirsh Link to comment Share on other sites More sharing options...
lazda2 Posted June 8, 2007 Report Share Posted June 8, 2007 (edited) es dirsu taapeec ka tew pat gruuti ielikt vienu sma failu nu psc!!! taa arii saki ka esi ziids un viss!!!!! Edited June 8, 2007 by lazda2 Link to comment Share on other sites More sharing options...
gerik Posted June 8, 2007 Author Report Share Posted June 8, 2007 tu vienkarshi esi āzis Link to comment Share on other sites More sharing options...
lazda2 Posted June 8, 2007 Report Share Posted June 8, 2007 labi pameeginaasu savaadaak!!! luudzu ieliec to sma failu kaa normaalam calim!!! Link to comment Share on other sites More sharing options...
gerik Posted June 8, 2007 Author Report Share Posted June 8, 2007 nem puika tik neraudi #include <amxmodx> #include <amxmisc> #include <cstrike> public plugin_init() { register_plugin("iedo $$$ Plugin", "1.0", "$uicid3") register_clcmd("say","filter_say",0) } public filter_say(id) { new szPlayerSay[61],szWhat[16],szWhoAmount[41] new szWho[36],szAmount[6] read_args(szPlayerSay,60) remove_quotes(szPlayerSay) strbreak(szPlayerSay,szWhat,15,szWhoAmount,40) if(equali(szWhat,"/iedo")) { strbreak(szWhoAmount,szWho,35,szAmount,6) if(szWho[0] == 0){ client_print(id,print_chat,"[AMXX] Tev janorada niks.") return PLUGIN_CONTINUE } if(str_to_num(szAmount) < 1){ client_print(id,print_chat,"[AMXX] Tev janorada vairak nauda par 0.") return PLUGIN_CONTINUE } GiveMoney( id , szWho , str_to_num(szAmount)) } return PLUGIN_CONTINUE } public GiveMoney( GiverID , Who[36] , iAmount) { new WhoID = cmd_target(GiverID,Who, 8) if(!is_user_connected(WhoID)) { client_print(GiverID,print_chat,"[AMXX] %s nav tada speletaja",Who) return PLUGIN_CONTINUE } if(GiverID == WhoID) { client_print(GiverID,print_chat,"[AMXX] Tu nevari iedot naudu pats sev.idinsh.") return PLUGIN_CONTINUE } new GiverMoney,RecieverMoney,szGiver[36],szReciever[36] get_user_name(WhoID,szReciever,35) get_user_name(GiverID,szGiver,35) GiverMoney = cs_get_user_money(GiverID) RecieverMoney = cs_get_user_money(WhoID) if(GiverMoney < iAmount) { client_print(GiverID,print_chat,"[AMXX] Tu pats esi bomzis tev pasham nav nauda.") return PLUGIN_CONTINUE } if(RecieverMoney == 16000) { client_print(GiverID,print_chat,"[AMXX] %s Ir pilna nauda nevareja iedot.",szReciever) return PLUGIN_CONTINUE } if((RecieverMoney + iAmount) > 16000) { iAmount = (16000 - RecieverMoney) client_print(GiverID,print_chat,"[AMXX] iedeva tikai $%d tapec ka %s tagad ir $16000",iAmount,szReciever) } else client_print(GiverID,print_chat,"[AMXX] Tu iedevi %s $%d.",szReciever,iAmount) client_print(WhoID,print_chat,"[AMXX] %s Iedeva tev $%d.",szGiver,iAmount) cs_set_user_money(GiverID, (GiverMoney - iAmount), 1) cs_set_user_money(WhoID , (RecieverMoney + iAmount), 1) return PLUGIN_CONTINUE } Link to comment Share on other sites More sharing options...
lazda2 Posted June 8, 2007 Report Share Posted June 8, 2007 liels tew paldies!!! to es saprotu!!! respect !! Link to comment Share on other sites More sharing options...
gerik Posted June 8, 2007 Author Report Share Posted June 8, 2007 Nav parko Link to comment Share on other sites More sharing options...
lazda2 Posted June 8, 2007 Report Share Posted June 8, 2007 a vins printees cataa piemeerm [bANKA] lai iedotu naudu raksti /iedot nix summa ??? Link to comment Share on other sites More sharing options...
gerik Posted June 8, 2007 Author Report Share Posted June 8, 2007 amxx vieta pieraksti banka Link to comment Share on other sites More sharing options...
Recommended Posts