Step 2 is not your concern. It's the job of the server owners to make that choice.
People will not use a unvalidated third-party plugin in their server.
People will not use a unvalidated third-party plugin in their server.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu// New empty table is now on top of the stack
sq_newtable(vm);
// -- X
sq_pushstring(vm, _SC("x"), -1); // Key (will be popped by sq_newslot)
sq_pushinteger(vm, 69); // Value (will be popped by sq_newslot)
sq_newslot(vm, -3, false); // table is 3 elements down the stack
// -- Y
sq_pushstring(vm, _SC("y"), -1); // Key (will be popped by sq_newslot)
sq_pushinteger(vm, 42); // Value (will be popped by sq_newslot)
sq_newslot(vm, -3, false); // table is 3 elements down the stack
// -- Z
sq_pushstring(vm, _SC("z"), -1); // Key (will be popped by sq_newslot)
sq_pushinteger(vm, 77); // Value (will be popped by sq_newslot)
sq_newslot(vm, -3, false); // table is 3 elements down the stack
// Specify that we're returing the object at the top of the stack (i.e. the table)
return 1;
Quote from: Xmair on Feb 26, 2022, 11:17 AMQuote from: habi on Feb 26, 2022, 10:56 AMInclude every .h file inside main.h and at last including main.h in every .cpp... what
Quote from: Athanatos on Mar 01, 2022, 06:21 AMI honestly don't remember, This compiles though.
What not null terminated C-strings are you talking about though?
Quote from: Kenneth Law on Jan 19, 2022, 02:04 AMSorry for the bump but I have difficulty downloading the tool. Could you please upload it again via some other sources or send the files directly to me?
Great appreciation for it!
Quote from: Anish87 on Dec 27, 2020, 07:30 AMQuote from: NewK on Apr 08, 2020, 08:46 PMIt would seem this (memory leak) can't be reproduced on a blank server with an empty script, which makes me think this is somehow related to some vcmp entity (player, vehicle, pickup, sphere, checkpoint, etc...) and sitting on the spawn screen.Well, I guess I am bumping into the topic unnecessarily but the memory leak happens only when there is other stuff in the server like when an entity's data is being saved in arrays/tables/classes...
If anyone can reproduce it on a blank script let us know.
Quote from: Anish87 on Nov 19, 2020, 03:01 AMQuote from: Rupinder on Nov 18, 2020, 02:12 PMYou need to have necessary dependencies to run the plugin... Download all vcredist versions and try. You will need the MySQL libraries as well.
Quote from: ibee_19 on Jul 16, 2019, 11:46 AM...
And after D.E.[[V]].I.L blocked Vortex on discord.
So yeah the entire purpose of this topic is to signify that both RONNIE and VORTEX aren't associated with iNs in any way from now on and whatever they do, it won't be linked with iNs and its Entire members.
...
Quote from: ibee_19 on Jul 16, 2019, 11:46 AM... Everything was running smoothly until ronnie adopted a "CHEAP LOVER" identity as he indulged into a love affair with a female VC:MP Player whose identity won't be disclosed here. He started damaging the reputation of iNs. I and D.E.[[V]].I.L took the notice of it and immediately suspended him from the clan and issued him a warning mentioning to EITHER stop doing such things which ruin the clan's reputation OR leave the clan permanently. ...
Quote from: Athanatos on May 29, 2019, 05:39 PMIf you say so, it still doesn't make sense to me.
Quote from: dracc on May 21, 2019, 08:01 AMWell, you run System.GetDate and update the GUILabel on every single processed frame - no wonder it's slow.
::timer[ "date" ].FontSize = sX * 0.025;