-
Posts
210 -
Joined
-
Last visited
-
Days Won
8
Everything posted by Arabu
-
Multumesc pentru raspunsuri . Cred ca ma pun pe treaba si o sa trec majoritatea lucrurilor pe include-uri ..
-
Salut , ca tot ma plictisesc sa caut mereu prin gamemode cand apare un bug ceva sa stau sa rascolesc tot gamemode-ul pana gasesc linia respectiva sau ce caut eu in el , m-am gandit sa imi trec unele sisteme pe include . Ei bine m-am gandit sa-mi trec unele sisteme pe include gen clan vehicle , jail , quest-uri, etc.. , pentru a avea acces mai rapid la ele si a nu sta sa caut tot gamemde-ul functia / publicul / comanda ... etc.. Intrebarea ar fii : Vreau sa stiu care ar fi dezavantajele daca as folosii include-uri ...
-
Mersi de raspuns @@Dennis12 :*
-
Salutari dragi colegi , stie careva ce id are acel semn al exclamarii ? L-am cautat tot netu dar nu l-am gasit ...
-
Nice , gg bro :)
-
Imi place doar idea de la burger ca poti sa te asezi la masa, faza cu logarea cand te da la aeroport dupa la hotel si ce-l de la 24/7 care nu sunt foarte greu de facut ... in rest nu mi se pare nimic wow..
-
TimestampToDate & DateToTimestamp Hello, Unix Timestamps for beginners For those who are not familliar with Unix Timestamps, take a look at Wikipedia (press the link). Introduction Today, I'll present one of my new works: TimestampToDate. This library is able to convert your specified timestamp to a date. - Timezone supported. - Leap years supported. - Easy to use The syntaxes are as followed: Explanation stock TimestampToDate(Timestamp, &year, &month, &day, &hour, &minute, &second, HourGMT, MinuteGMT = 0) Notice the last two parameters. GMT is the timezone in which we live. It's taken as the standard timezone. You should only fill in MinuteGMT if you live in a timezone which has for example: 6.5. The year, month, day, hour, minute and second parameters should be filled in like you do in getdate and gettime. Since v2.0, this library contains a new stock: DateToTimestamp. I will explain this as well. stock DateToTimestamp(str[11]) You could compare this with strtotime/mktime in PHP. The only parameter is a string, which is the date that should be converted to a timestamp. It should be in the following format: 06.04.2013. The "." here is the splitter. It can be changed to any character you wish (as long as you don't use numeric characters, it will probably work). It should be changed by redefining "#SPLITTER" after including this library. Download v2.0 --> [Protected content] Example --> [Protected content] Instalation - Open the link and press RAW. - Copy all text and save it right here: "server_dir/pawno/includes" under filename: TimestampToDate.inc. - Add "#include <TimestampToDate>" in the script you'd like to use it (gamemode?).
-
Timer Fix v1.0 Description This plugin makes timers more accurate Natives native SetTimer(funcname[], interval, bool:repeat); native SetTimerEx(funcname[], interval, bool:repeat, const format[], {Float,_}:...); native KillTimer(const id); native KillAllTimers(); native IsValidTimer(timerid); native GetTimerInterval(timerid); native SetTimerInterval(timerid, interval); Example #include <timerfix> new num = 0; new timer; main() { timer = SetTimer("callback",1000,true) } forward callback(); public callback() { if(++num >= 5) { if(IsValidTimer(timer)) KillTimer(timer); SetTimerEx("callbackEx",1000,false,"d",num); } } forward callbackEx(num); public callbackEx(num) { printf("Num: %d",num); KillAllTimers(); } Also Report about all problems here in the form of a post or create a issue on the GitHub All errors are written to timerfix_log.txt Download : Link 1: [Protected content] Link 2: [Protected content] Cu placere pentru plugin!
-
Vezi daca iti merge acum , inlocuieste cu asta care ti l-am dat eu ! format(strings, sizeof(strings),"%s won the game with %d kills in %s%d:%s%d.",PlayerName(winner),PlayerKills[winner],(MatchTimer-MatchTimer/60<10)?("0"):(""),MatchTimer/60,(MatchTimer-MatchTimer/60*60<10)?("0"):(""),MatchTimer-MatchTimer/60*60); @@RazvanCZ
-
GG bro , nice tutorial.
-
Un edit frumos , felicitari pentru munca depusa.
-
hidden
-
Nu imi dau seama de la ce ar putea fii , vad ca codul este facut corect ... nu-mi dau seama ce e gresit la el.. in caz de gasesc problema revin cu un reply.
-
Rezolvarea o ai aici : https://leaks.ro/index.php?/topic/1336-intrebari-bug-uri/ Cu placere !
-
Poftim : https://pastebin.com/FWQnYGrB Da un reply daca merge sau nu.
-
Da-mi function CheckGas sau cum il ai trecut in gm..
-
Incerca alta versiune de TD Editor . Reinstaleaza TD Editor... Nuj nu am idee de ce iti da TDEditor only can be used from localhost (127.0.0.1) ...
-
Hidden , sunt curios.. :)
-
Hidden.
-
Frumos sistem . :)
-
Daca zici ca se afla in curs de creare , pana aici este oke .
ABOUT LEAKS COMMUNITY
LEAKS.RO is a resource community where aspiring webmasters can share content and receive support for a wide variety of software platforms — no license required.