
VeLo
Membru-
Content Count
157 -
Joined
-
Last visited
-
Days Won
2
VeLo last won the day on January 20 2018
VeLo had the most liked content!
Community Reputation
5 NeutruAbout VeLo
-
Rank
Membru avansat
- Birthday 02/07/1999
Profile Information
-
Sex
Masculin
-
Location
Mures, Sighisoara
-
In-game Name
VeLo
-
Level of knowledge
Avansat
Recent Profile Visitors
2,256 profile views
-
Clar comanda e copiata, daca era facuta de tine: nu pui tu SCM si chestii care el poate nu le are, te folosesti de functiile default.
-
iti sugerez sa iti inchizi laptopul =))))))))))))))
-
https://github.com/Y-Less/sscanf/releases/tag/2.10.2-r2
-
Ultima versiune oferita de Y_Less, este 2.10.2
-
[debug] Long callback execution detected (hang or performance issue)
VeLo replied to VeLo's question in Ajutor Scripting
Acum am dat update la plugins sscanf ultima versiune. 2.10.2 stramer 2.9.4 crashdetect 4.20 -
[debug] Long callback execution detected (hang or performance issue)
VeLo replied to VeLo's question in Ajutor Scripting
Am compilat acum cu fisierul trimis de tine. Pawn compiler 3.10.10 Copyright (c) 1997-2006, ITB CompuPhase Header size: 19876 bytes Code size: 3023848 bytes Data size: 1476412 bytes Stack/heap size: 16384 bytes; estimated max. usage=3744 cells (14976 bytes) Total requirements: 4536520 bytes Done. Precizez ca eroarea respectiva este din vara (nu foloseam versiunea asta de crashdetect, streamer cred ca da - era ultima versiune). Din cate stiu atunci am folosit si fara crashdetect si tot dadea restart. Nu-si da restart mereu, ci asa intamplator. -
eroare compilare - pawn compiler - ultima versiune
VeLo replied to VeLo's question in Ajutor Scripting
Am facut exact asa, dar primesc error 047: array sizes do not match, or destination array is too small la: OnPlayerLogin - Adrian(playerid, password, PlayerInfo[playerid][pLoserLevel]); la OnPlayerRegister - Adrian(playerid, password, 0); -
eroare compilare - pawn compiler - ultima versiune
VeLo replied to VeLo's question in Ajutor Scripting
eroarea: xyz.pwn(18573) : error 047: array sizes do not match, or destination array is too small -
eroare compilare - pawn compiler - ultima versiune
VeLo replied to VeLo's question in Ajutor Scripting
in mare parte arata ok, mai am 2 erori gen aici cum definesc marimea? OnPlayerLogin if(PlayerInfo[playerid][pLoserLevel] > 0) Adrian(playerid, password, PlayerInfo[playerid][pLoserLevel]); peste tot string-ul e de 32 caractere. -
[debug] Long callback execution detected (hang or performance issue)
VeLo replied to VeLo's question in Ajutor Scripting
DIn cate am inteles de pe net, poate fi vorba si de o bucla infinita? -
[debug] Long callback execution detected (hang or performance issue)
VeLo posted a question in Ajutor Scripting
Am facut UPDATE la crashdetect si primesc aceasta eroare cand pornesc serverul (localhost) > #`[03:04:07] [debug] Long callback execution detected (hang or performance issue) > [03:04:07] [debug] AMX backtrace: > [03:04:07] [debug] #0 0001e7a8 in public zcmd_OnGameModeInit () in xyz.amx > [03:04:07] [debug] #1 native CallLocalFunction () in samp-server.exe > [03:04:07] [debug] #2 00007684 in public SSCANF_OnGameModeInit () in xyz.amx > [03:04:07] [debug] #3 000019ec in public Iter_OnGameModeInit () in xyz.amx > [03:04:07] [debug] #4 native CallLocalFunction () i -
eroare compilare - pawn compiler - ultima versiune
VeLo replied to VeLo's question in Ajutor Scripting
Multumesc, Am incercat prima varianta, revin cu UPDATE in caz de problema. -
Buna, Am facut UPDATE la pawn compiler si primesc eroarea asta: error 092: functions may not return arrays of unknown size (symbol "Adrian") asta e linia: Adrian(playerid, A, PlayerInfo[playerid][pLoserLevel]); si acesta este stock-ul: stock Adrian(playerid, string[], V) { new A, B, C; if(!V) { switch(random(5)) { case 0: V = 1; case 1: V = 3; case 2: V = 5; case 3: V = 7; case 4: V = 9; } PlayerInfo[playerid][pLoserLevel] = V; } switch(V) { case 1: { A = 3; B = 4;
-
Up