Search Results
Moreover, this plugin stops working and a global timer stops ticking. However, if we run other plugins after one is dead, they work
1,523
http://check.getipintel.net/check.ph...ssHere&flags=m
this returns 1 or 0
or
https://proxycheck.io/api/
Get your api key and get precise information
93
Can you please make a discord server for 'TexAndreas' Community Project Development. I think it will be useful.
318
Quote:
Originally Posted by Gammix
I'll make a separate include for anticheat. I have decided this to stay as a lagcomp only fix include.
That's a good move lad.
Please have a look in ...
318
Quote:
CreateDynamicObjectEx(modelid, Float, Float:y, Float:z, Float:rx, Float:ry, Float:rz, Floattreamdistance = STREAMER_OBJECT_SD, Float:drawdistance = STREAMER_OBJECT_DD, worlds[] = { ...
14
Код:
#define DIALOG_CMDS 0000 <-- Not more than 4 zeros
15
use crashdetect to determine whether the problem is coming from any include. I suppose your command processor is the one causing problem.
15
You have joined multiple strings but have not formatted it
Код:
TLDCMD:help(playerid, params[]){
new cmdstring[1000];
strcat(cmdstring,"{99CC00}/sharexp - Give a player xp\n/vip - Check our D...
15
Wont it look like this?
correct me if i am wrong!
Код:
new const Float:g_arrCheckpoints[][] = {
{3199.9063, -1603.0369, 11.0098},
{3199.8782, -1577.8555, 11.2266},
{3199.8042, -1554.79...
27
Код:
CMD:ff(playerid, params)
{
if(playerVariables[playerid][pAdminLevel] > 0)
{
if(!GetPVarInt(playerid, "SendCmd")) return SetPVarInt(playerid, "SendCmd", true);
else DeletePVar(play...
16
Quote:
Originally Posted by Konstantinos
In my opinion foreach is essential part of a gamemode and except the pre-made iterators, you can make your own iterators which come in handy for ma...
15
i would prefer using foreach include. it just help shrink the code and work even better!
Lets start with defines, variables and iterators.
Код:
#include a_samp
#include foreach
#include izcmd
new ...
15
OnPlayerUpdate can cause massive lag, it needs to be handled carefully, but who gives a damn about it when we have taking and giving damage callbacks..
Код:
public OnPlayerTakeDamage(playerid, iss...
7
https://sampwiki.blast.hk/wiki/SetPlayerScore
13
Show this enum
Код:
dInvData[][ObjName]
have you defined 3d text?
25
Looky where have you formatted your string?
Код:
new objsaxeli[560];
format(string,sizeof(string),"{0EDB4C}%s",InvNames(InvObjects[dInvData[f][ObjData]]));
--------------^-------------^
and...
25
As you usually help people and i consider reading your replies in "Help" section to learn something better, according to that i always had an expectation from you that you would release a stuff that h...
672
Код:
CMD:delhouse(playerid, params[])
{
new string[128];
new HouseID;
if(pInfo[playerid][Admin] >= 4)
{
foreach(new h : Houses)
{
if(IsPlayerInRangeOfPoint(playerid, 3.5, hInfo[h][H...
13
Код:
COMMAND:label(playerid, params[])
{
if (playerData[playerid][playerLoggedIn])
{
if(playerData[playerid][HasCustomLable] == false)
{
new value[25];
// ...
13