Search Results
I'm using MySQL R38 plugin, so "mysql_num_rows" function doesn't exist. I think a I've to save my query result in cache but I don't know how to do that.
115
Hi, I've a problem with my inventory saving system. pawn Код: stock SavePlayerInventory(playerid) {    new id = PlayerInfo[playerid][pID];    new query[256], temp;    for(new i = 0; i < ...
115
Thanks for this tutorial. I've a problem with this, I tried your custom files, but in game I got this error "Warning(opcode 0x107): Exception 0xC0000005 at 0x59F8B4"
1,210
Quote: Originally Posted by BroZeus pawn Код: for(new i = 1; i < nbFaction+1; i++) try this It load an empty faction, then the faction ID 2 in the database.
73
It doesn't work, It only load 4 factions instead of 5 if I change nbFaction, it's still the same
73
Hello, I've a problem with my ID, when I load my factions: pawn Код: public OnFactionLoad() {    nbFaction = cache_num_rows();    for(new i = 0; i < nbFaction; i++) {        new ORM:o...
73
Yes I've forwarded them, the functions come from this include : https://sampforum.blast.hk/showthread.php?tid=113443
97
Hello, I've a problem with my progress bar. The first one doesn't work, any value have bar at each update it drops to 0, the other 2 are working properly. (They are called every minutes with a time...
97
Код: ShowInfoForPlayer Isn't wrong. This is really strange.
98
I've a little problem with sscanf can anyone help me please ? pawn Код: new modelid, color1, color2, vehid, str[64];    if(sscanf(params, "ddd", modelid, color1, color2)) return ShowInfoForPlay...
98
Well, the message is displayed but it look like that : "Near id: " I'm using playerid because I want to know if an interior is near the player. Thanks for you help. @holahola: I don't have any war...
74
Hi I have a problem with my command pawn Код: COMMAND:intid(playerid, params[]){    if(PlayerInfo[playerid][pAdmin] < ADMIN_LVL_ALL) return ShowInfoForPlayer(playerid, "~r~Too Low", 6000);Â...
74
pawn Код: new object_data_status[6];new object_data_instance[6];new object_data_id[6][2] = {    {1495,1},    {1495,1},    {1495,1},    {19302,1},    {19302,1},    {968,1},    {3055,1...
64
That didn't work, thanks for your help. But "13" never appear in the console.
76