Search Results
Try chaning this pawn Code: VALUES ('%s', '%s', '%s', %d, %d) // TOVALUES ('%s', '%s', '%s', '%d', '%d') EDIT: Also I don't know much about SQLite but does it have logs if so can u send them
135
Searched a little didn't find much info about this, how to compile my script on linux?
92
You should update the y_hooks with ALS hooking for people that don't want to load YSI, since I see u're still updating this
1,332
Yeah I get the error for strmid, any help? PHP код: strmid(OI[id][oPreFix], prefix, 0, strlen(prefix), 5);  EDIT: FIXED !
125
Quote: Originally Posted by ****** I mean are you sure that `Iter_Free` should return 1? 0 is always the first value. Hmm, eariler it all worked good I don't know whats the problem... ...
125
Quote: Originally Posted by ****** Are you sure? PHP код: [20:09:53] Faction ID: 0  // Code: https://pastebin.com/0rSdVuNm All tho "ID" = to this PHP код: new...
125
Quote: Originally Posted by ****** That's not a YSI error. The problem is here: modules/factions/Functions.pwn:43 If the error is in that code (which I can't tell because I don't know w...
125
I get error, I mean nothing should be out of bonds, I typed LSPD and got this error... PHP код: [debug] Run time error 4: "Array index out of bounds" [debug] AMX backtrace: [debug]Â...
125
Quote: Originally Posted by NunakPL Bump! Gotta say it's kinda true... The only thing that you can get is the rear bumper. Nothing more! (0.3.7-R2) Doors, lights and tires are working like...
194
Quote: Originally Posted by iorp that is not a integer to compare, use Код: if(!strcmp("ban", cmdtext)) Hmm thanks for the advice but I figured it out, not using the strcmp or any...
154
Quote: Originally Posted by iorp Try to use if condition, pass the command for selected only and for else return 0 I tried it like this but it gives an error PHP код:     if...
154
I wanted to block all commands expect only one, I wanted to do it on the callback "OnPlayerCommandReceived" but can't get it to work, do I need to add code to every command that I want to block like "...
154
I'm retarted I had a missing parametar...
119
Quote: Originally Posted by Amit1998 Your query is invalid. PHP код: "INSERT INTO `users` (`name`,`password`,`online`,`registered`,`level`,`ip`,`age`,`country`,`godine`,`skin`,`...
85
I get this error PHP код: [01:26:07] [plugins/mysql] error #1064 while executing query "INSERT INTO `users` (`name`,`password`,`online`,`registered`,`level`,`ip`,`sex`,`country`,`age...
85
Quote: Originally Posted by v1k1nG Check the calendar AHHAAHHAHAHAHAHAHAHAHAHAHAH
282
PHP код: if(editing[playerid] == 9)      {          if(response == EDIT_RESPONSE_FINAL)         {              new treeid = 0;             ...
76
I am doing a system for dynamic X-MAS trees and I've come across this problem.... PHP код: [debug] #0 00316f58 in public OnPlayerEditObject (playerid=0, playerobject=0, objectid=582, ...
76
So is this better PHP код: new playerName[MAX_PLAYERS][MAX_PLAYER_NAME]; public OnPlayerConnect(playerid) {     GetPlayerName(playerid, Player_Name[playerid], MAX_PLAYER_NAME);    ...
205