Search Results
Hi guys, My player get unknown crash code: Exception 0xC0000005 at 0x4D1393 http://prntscr.com/lsi2uk
244
[Tool/Web/Other] San Map - San Andreas in G00gle Maps: https://sampforum.blast.hk/showthread.php?tid=504181 Quote: Originally Posted by BalkanEliteRP Hi guys, Can you look at: http://bal...
66
Hi guys, Can you look at: http://balkan-elite.info/mapa/ and see what I'm doing wrong.Because I have problem with loading map ( http://prntscr.com/kxit4z or when I zoom: http://prntscr.com/kxit7n )
3,833
Hi 1. Do I need to kill player timers on onplayerdisconnect,or they are killed automatic? 2. Do I need to kill player timers which are not repeat on onplayerdisconnect? 3. In my script(I edit an mode...
117
Hi guys I want to make in business that owners can see how much they are earned per day in last 7 days.For example today is 27.02 so they get in dialog: 21.02.2018 543 $ 22.02.2018 3...
65
try this Код: CMD:settime(playerid, params[]) { if(connected[playerid] == true) return GameTextForPlayer(playerid, "~r~Spawn First", 5000, 5); new str[50], time; if(sscanf(params, "i", time))...
176
Quote: Originally Posted by Virtual1ty Require the user to input their password again, udb_hash it and compare it with old pass, then if it matches, hash the password with SHA-256 and stor...
160
Hi guys I use now udb_hash function for password security Код: stock udb_hash(buf[]) //HASH PASS { new length=strlen(buf); new s1 = 1; new s2 = 0; new n; for (n=0; n<length...
160
Hi guys, I have an question.In my mode I have playertext with MAX_PLAYERS,but i don't know Do i need them? For example Quote: new PlayerText:test[MAX_PLAYERS]; Is it needed?Or ...
103
I have server and registered accounts..(5000/6000) so i really don't want to change hash algorithm now if i don't need.Is may possible to make udb_hash function to work in php?(like in pawn) ?
198
Hi guys, I'm making an UCP and i have problems with login.My password are wrritten in next way(On SA-MP Server) Код: PlayerInfo[playerid][pPass] = udb_hash(inputtext); Код: stock udb_hash(bu...
198
haha.. So what if someone is registered 2/2/2018..How i can write it in timestamp format? I know for new registration,it's ok.But i'm ask can i old data convert into timestamp.. Thanks
156
@Bolex_ I know for it..But i have it yet in this format: 2/2/2018 u 11:49 ...I need to convert my old date format to timestamp Quote: Hrvatski(Croatian) Pošto mi Engleski i nije najjač...
156
Hi I was use INI for saving my account's.Now i'm transfer it in MySQL. I have date of register written in this format: DatumRegistracije = 2/2/2018 u 11:49 I want to know,is it possible to convert ...
156
Hi Thank you very much! I'm test it,it works ( http://prntscr.com/hy0tg4 )
229
Quote: Originally Posted by Misiur Hm, last time I checked samp HTTP API did not support HTTPS. Did that change? It's really don't important if i can't from this page.Maybe can from thi...
229
Try this Код: stock ADAvalibles() { ADAvalibles(); new count; for(new i = 0; i < MAX_AD; i++) { if(ADInfo[i][aActive] == 1) { count++; } } return 1; }
331
Hi I'm don't have experience with HTTP so i have an question.If you can tell me is this possible to do(and how,if you know) Is possible that i "get" BitCoin price from this site,for example: https:/...
229