Search Results
Can I get data from a tag that 'has' a class, like: Code: <span class="some_class_here">data_i_want_to_get</span> using this plugin? I'm not into HTML parsing so I don't know yet how to ...
1,686
idk why but when I try including 2 files only the 1st file content will work in the gm. does anybody know why? eg: pawn Код: #include "../include/admin_commands/level_1.pwn"#include "../include/ad...
500
is there any updated IsValidObjectModel function? I know there is one made by Slice but it doesn't contain the new objects (0.3.7) nvm, found it
56
so, using y_ini (correctly): Код: INI_ParseFile(missionFile, "LoadMission_%s"); Код: function LoadMission_data(name[], value[]) { new string[10]; INI_String("mission_name", E_ACTIVE_MIS...
61
Код: [13:50:23] [ERROR] CMySQLQuery::Execute[] - (error #1054) Unknown column 'nan' in 'field list' this happens when I disconnect from the server. the query executes though. i've double-checked i...
96,016
yes, i've been thinking about the debug and I'll do it, but I don't know how this could happen
82
how is it possible that a variable is getting random values (even negative) when only incrementing it by 1 every minute (timer) and it can get to 45 at best. I also reset it when timer is killed. WTF?...
82
well if the wiki says 256 is the limit then if I do this Code: new PlayerText: TestTextdraw[MAX_PLAYERS][5]; and then I create like these textdraws for 30 players, I'll have 150, so only 106 left, r...
175
how to set a player to godmode? setting the amount parameter to 0 in OnPlayerDamage doesn't work as I can see..
33,412
replace the sscanf line with this: pawn Код: if(!sscanf(params,"p<->iii",date[2],date[1],date[0]))
58
floatround converts the value to an integer. as the amount variable is a float you can do this: pawn Код: PlayerInfo[playerid][Health] -= amount; or floatsub
226
The filterscript is not loading on Windows 10 - it doesn't print the messages in the console. Can anybody confirm that it works on Windows 7? nvm, it works now, I guess i didn't include sscanf before...
15,656
SetTimerEx because you're setting a timer for each player who does the thing.
120
You need to set a timer which will be repeating every X seconds (you decide how often it should repeat) and then reset the textdraw string. Your code is not wrong.
120
PHP Code: if(!sscanf(params, EAdminFlags:GetPVarInt(playerid, "AdminFlags") & EAdminFlags_None ? ("k<playerLookup_NoMask>") : ("k<playerLookup_acc>"), user))  try th...
91
Hazardous: I tried with .txt, .inc, .pwn extensions - doesn't work. CalvinC: character_creation.inc pawn Код: Text_CreateCharacter[0] = TextDrawCreate(240.222259, 130.266632, "box");    TextDra...
180
Sorry for bumping the thread. I found out that only one include file will work, others won't work. If I try including 2 files one after the other it won't work. Is there any workaround for this ?
180
Quote: Originally Posted by DopeX no... as far as i know... a textdraw CANNOT be added into orignal script thru #include.. but a .inc .txt. .ini file can be included (as far as i know) g...
180