Quantcast
Viewing all 18226 articles
Browse latest View live

mysql

hi no load player data, please repair.!!!! Thanks
Code:

forward playerload(playerid);
public playerload(playerid)
{
        cache_get_value_int(0, "ID", pInfo[playerid][pID]);
    cache_get_value_name_int(playerid, "Admin", pInfo[playerid][pAdmin]);
    cache_get_value_name_int(playerid,"JatekosPenz", pInfo[playerid][pJatekosPenz]);
    cache_get_value_name_int(playerid, "JatekosSzint", pInfo[playerid][pJatekosSzint]);
        cache_get_value_name_float(playerid, "PosX", pInfo[playerid][PosX]);
        cache_get_value_name_float(playerid, "PosY", pInfo[playerid][PosY]);
    cache_get_value_name_float(playerid, "PosZ", pInfo[playerid][PosZ]);
        cache_get_value_name_int(playerid, "JatekosOra", pInfo[playerid][pJatekosOra]);
        cache_get_value_name_int(playerid, "JatekosPerc", pInfo[playerid][pJatekosPerc]);
        cache_get_value_name_int(playerid, "JatekosMPerc", pInfo[playerid][pJatekosMPerc]);
        cache_get_value_name_int(playerid,"JatekosOles", pInfo[playerid][pJatekosOles]);
        cache_get_value_name_int(playerid,"JatekosInti", pInfo[playerid][pJatekosInti]);
        cache_get_value_name_int(playerid, "JatekosHalal", pInfo[playerid][pJatekosHalal]);
        cache_get_value_name_int(playerid, "JatekosSkin", pInfo[playerid][pJatekosSkin]);
return 1;
}

LOGIN CODE

Code:

DIALOG(DIALOG_LOGIN_PASSWORD)
{
        if(!response) return ShowLoginDialog(playerid,PHASE_USERNAME);
        if(isnull(inputtext)) return ShowLoginDialog(playerid,PHASE_PASSWORD);
        format(query,sizeof(query),"SELECT * FROM players WHERE Name = '%s' AND Password = MD5('%s')",pName(playerid),inputtext);
        new escape[128]; mysql_escape_string(query,escape);
        mysql_query(SQL,query);
        if(!cache_num_rows())
        {
                Player_PasswordTries[playerid]++;
                new string[128]; format(string,sizeof(string),"Helytelen jelszó! [%d/%d]",Player_PasswordTries[playerid],MAX_PASSWORD_TRIES);
                ERR(playerid,string);
                if(Player_PasswordTries[playerid] >= MAX_PASSWORD_TRIES) return KickEx(playerid);
                ShowLoginDialog(playerid,PHASE_PASSWORD);
        }
        else
        {
                format(query,sizeof(query),"SELECT * FROM players WHERE Name = '%s' AND Password = MD5('%s')",pName(playerid),inputtext);
                mysql_query(SQL,query);
                new logdate[64];
                cache_get_value_name(0,"LogDate",logdate,sizeof(logdate));

                for(new i = 0; i < MAX_PLAYERS; i++)
                {
                        if(!OnlineCheck(i)) continue;
                        if(GetPlayerALevel(i) <= 0) continue;
                        MSGF(i,""COL_GREY"[ID:%d] %s felcsatlakozott a szerverre!",playerid,pName(playerid,true));
                }
        format(query,sizeof(query),"SELECT * FROM players WHERE Name = '%s' AND Password = MD5('%s')",pName(playerid),inputtext);
                mysql_query(SQL,query);
        mysql_tquery(SQL, query, "playerload", "d", playerid);
                MSGF(playerid,""COL_GREEN"(( Üdvözöllek a szerveren. Utolsó Belépésed: %s ))",logdate);
                TogglePlayerSpectating(playerid,false);
                PlayerPlaySound(playerid,1057,0.0,0.0,0.0);
                SetPlayerVirtualWorld(playerid,0);
                StopAudioStreamForPlayer(playerid);
                SpawnPlayer(playerid);
        }
        return 1;

}


maps

hello , my problem is that the maps display empty until you become near it...
any solution ?

sry for my bad english btw

ambiguous Function

Hello there, hope you're having a peaceful night,

So while I was checking the SA-MP Wiki, I stumbled across this function called DisableRemoteVehicleCollisions, The problem here is, I find it poorly documented, that I had to idea what it is for even tho having read through the documentation multiple time, heck I even run few test on a testing server to try and figure out what does the function do. At first, I thought it allows players to pass through vehicles or something fancy of some sort, but It wasn't the case.
My question here, is, can someone demonstrate to me what's behind this function? What is it for and what could be accomplished with it.

Wiki page link: http://wiki.sa-mp.com/wiki/DisableRe...icleCollisions

SA:MP 0.3.7 R2-2

Wrong code

I use mysql r41-2
PHP Code:

cache_get_row(i,0,name,mysql,30); 

Code:

D:\samp folder\ZoneX - ZX\gamemodes\ZoneX.pwn(6195) : error 017: undefined symbol "cache_get_row"

[Ajuda] TDEditor Bug

Saudações galera do fórum.

Alguém sabe por que isso esta acontecendo ?

TDEditor O Box com os Botões não aparece pra mim.
Realizei o download aqui > http://forum.sa-mp.com/showthread.php?t=543002 versão 1.17

Print Do bug Repare na caixa de ferramentas tudo preta.

Image may be NSFW.
Clik here to view.


Agora usando o iPLEOMAX's TextDraw não tenho o mesmo problema.
A caixa de ferramentas já esta trabalhando normal.

Image may be NSFW.
Clik here to view.


Já tentei outras versões do TDEditor, também tentei abrir em outros servidor e nada.

Optimizing code

Hello, I'd like an opinion on some code I have and how to optimize it to run as fast as possiable.
If you see a better way code this, please tell me :)
Code:

enum pInfo
{
        pLoggedIn,
        pPass[256],
        pSpawn,
        UniqueID,
        pIP[33],
        pOwner,
        pDisconnected,
        pLevel,
        pArmorUpgrade,
        pUpgradePoints,
        pMinutes,
        pRegisterDay[32],
        pTMinutes,
        pHours,
        pGender,
        pAge,
        pMoney,
        Text3D:aMeID,
        aMeStatus,
        CardOwner,
        pTogReports,
        pAcceptedHelp,
        pAcceptReport,
        pTrashReport,
        pDutyHours,
        pModel,
        pAdmin,
        pBanned,
        pBannedBy[MAX_PLAYER_NAME],
        Float:pX,
        Float:pY,
        Float:pZ,
        pInt,
        pVW,
        pVehVW,
        pWalkStyle,
        pNeon,
        pVNeon,
        pTGun[2],
        pTGunAmmo[2],
        pvTGun[2],
        pvTGunAmmo[2],
        pFac,
        pFacRank,
        pFacLeader,
        pWeapon[13],
        pWeaponAmmo[13],
        pHospital,
        pFacDuty,
        pFacDiv,
        pFacDivLeader,
        pBiz,
        pVBiz,
        pVVBiz,
        pHouse,
        pVHouse,
        pVVHouse,
        pFuelStation,
        pFuel,
        pGarage,
        pVGarage,
        pJob,
        pJobSkill[MAX_JOBS],
        pJackSkill,
        pOwnsMask,
        HasBoughtMask,
        pMail,
        TicketReason[128],
        TicketPrice,
        sTickets,
        pZPackages,
        pFPackages,
        pTPackages,
        pMPackages,
        pDPackages,
        pMaterials,
        pMMaterials,
        pMMPackages,
        pHMaterials,
        pHPackages,
        pWeed,
        pAkamol,
        pNurofen,
        pMorphine,
        pcocaine,
        pTWeed,
        pTcocaine,
        pvTWeed,
        pvTcocaine,
        pHasCellphone,
        pCellphone,
        pPhonebook,
        pDice,
        pCigar,
        pSprunk,
        pSpray,
        pRope,
        pBlindfold,
        pWT,
        pWTC,
        pGas,
        pRadio,
        Float:pHealth,
        Float:pArmor,
        pInternet,
        pPrison,
        pPrisonTime,
        pPrisonReason[64],
        pPrisonBy[MAX_PLAYER_NAME],
        pRobbing,
        pWanted,
        pWanted1[64],
        pWanted2[64],
        pWanted3[64],
        pWanted4[64],
        pWanted5[64],
        pWanted6[64],
        pCrimes,
        pArrested,
        pContract,
        pContractBy[32],
        pTutorial,
        pWarns,
        pWarn1[64],
        pWarn2[64],
        pWarn3[64],
        pMute,
        pOMute,
        pNMute,
        pVMute,
        pRMute,
        pADMute,
        pSpawnFreeze,
        pFam,
        pFamRank,
        pCSuccess,
        pCFail,
        pDeath,
        pKill,
        pGold,
        pHelper,
        pExp,
        pGangMod,
        pFacMod,
        pBanAppealer,
        pCarLic,
        pFlyLic,
        pJetpack,
        pWepLic,
        pWeedLic,
        pAccent[16],
        pVIP,
        pVIPJob,
        pNumber,
        // ------ Personal Vehicles ------ //
        pVeh, // Vehicle 1
        vModel,
        Float:vX,
        Float:vY,
        Float:vZ,
        Float:vA,
        vC1,
        vC2,
        vPJ,
        vPlate1[128],
        pVehMod[14],
        vLocked,
        vRegistered,
        pVVeh, // Vehicle 2
        vVModel,
        Float:vVX,
        Float:vVY,
        Float:vVZ,
        Float:vVA,
        vVC1,
        vVC2,
        vVPJ,
        vPlate2[128],
        pVVehMod[14],
        vVLocked,
        vVRegistered,
        pVVVeh, // Vehicle 3
        vVVModel,
        Float:vVVX,
        Float:vVVY,
        Float:vVVZ,
        Float:vVVA,
        vVVC1,
        vVVC2,
        vVVPJ,
        vPlate3[128],
        pVVVehMod[14],
        vVVLocked,
        vVVRegistered,
        p4VVeh, // Vehicle 4
        v4VModel,
        Float:v4VX,
        Float:v4VY,
        Float:v4VZ,
        Float:v4VA,
        v4VC1,
        v4VC2,
        v4VPJ,
        vPlate4[128],
        p4VVehMod[14],
        v4VLocked,
        v4VRegistered,
        p5VVeh, // Vehicle 5
        v5VModel,
        Float:v5VX,
        Float:v5VY,
        Float:v5VZ,
        Float:v5VA,
        v5VC1,
        v5VC2,
        v5VPJ,
        vPlate5[128],
        p5VVehMod[14],
        v5VLocked,
        v5VRegistered,
        // ------ End Of Personal Vehicles ------ //
        pTempVIP,
        pBuddyInvited,
        pVIPInviteDay,
        pBrinkDeliverTruck,
        pDeliverTruck,
        pNew,
        pRefPoints,
        pFightStyle,
        pScope,
        pCookies,
        pOldskool,
        pReward,
        pFish[5],
        pStoned,
        pGate[3],
        pDynamicFac,
        pFacDoor,
        pRelationShip,
        pRelationWith[128],
        pSafeAdmin
}
new PlayerInfo[MAX_PLAYERS+1][pInfo];

crashes.asi not working after windows reinstall?

Hi. I reinstalled my windows 8 (same iso file) and now when I install crashes asi, my fps is still the same as default. (90)

Before reinstalling it unlocked my fps and went alot higher than default fps. Can I do anything to fix this and get my good fps back? (I know about fpsunlocker.cs and other alternatives, i'm asking about crashes.asi only)

Error 19 - Plugins issue.

Server devolped on windows, giving problem on linux host

Okay, I've spent 2 months trying to fix this bug and now it's time to ask for help here.

I decided to host a server with a simple GM. The first month I spent on host elites, where the staff helped, but I abandoned the place as I thought their linux did not go as far as my script.

After that, I went to evolution hosts that, even providing a virtualization of windows for the server, still did not solve my problems.

1) Foreword: The server when I launch it on my pc (windows) works correctly. EVERY SINGLE ASPECT

2) When I launch it on the host, with linux (then with .so after the plugins, and with linux files) the script randomly by viewing problems of: dynamic red checkpoints, 3d house icons, house icons and red checkpoints On the map etc. .. BUT I HAVE NO ERRORS ON THE SERVER LOG, all plugins are loaded correctly, it just doesnt show me some things in game.

e.g: when i create some businesses (red checkpoints), it creates a red checkpoints but when i put on it a score requeired and a price, it doesnt save them. Basically I guess it doesnt write on a .ini file.
But the problem is not the script itself, cause in my PC all works correctly, its when i host the server that these errors show up.

e.g2: when i create a house, i should have a 3d icon in game, and an icon on the map. Well at first it shows me up them when i create them, but after a player goes to buy them, the icon on the map disappear and the 3d too. No need to say that stats like score and price are not saved on a .ini file (i mean, they must be, but they are not)

3) When I launch it with windows virtualization, I get the gamemode unknow (plugins put without .so) and thanks to crashdetect me from these errors:

Code:

SA-MP Dedicated Server
----------------------
v0.3.7-R2, (C)2005-2015 SA-MP Team

[13:05:40]
[13:05:40] Server Plugins
[13:05:40] --------------
[13:05:40]  Loading plugin: crashdetect
[13:05:40]  CrashDetect v4.18.1 is OK.
[13:05:40]  Loaded.
[13:05:40]  Loading plugin: streamer
[13:05:40]  Failed.
[13:05:40]  Loading plugin: MerRandom
[13:05:40] Plugin MerRandom v2.1 - by Cyber_Punk got loaded.
[13:05:40]  Loaded.
[13:05:40]  Loading plugin: sscanf
[13:05:40]  Failed.
[13:05:40]  Loading plugin: PointToPoint
[13:05:40]  PointToPoint Plugin Loaded.
[13:05:40]  Loaded.
[13:05:40]  Loaded 3 plugins.

[13:05:40]
[13:05:40] Ban list
[13:05:40] --------
[13:05:40]  Loaded: samp.ban
[13:05:40]
[13:05:40]
[13:05:40] Filterscripts
[13:05:40] ---------------
[13:05:40]  Loading filterscript 'antiddos.amx'...
[13:05:40]  Loaded 1 filterscripts.

[13:05:40] [debug] Run time error 19: "File or function is not found"
[13:05:40] [debug]  CreateDynamicObject
[13:05:40] [debug]  SSCANF_Init
[13:05:40] [debug]  SSCANF_Join
[13:05:40] [debug]  SSCANF_Leave
[13:05:40] [debug]  CreateDynamic3DTextLabel
[13:05:40] [debug]  CreateDynamicPickup
[13:05:40] [debug]  DestroyDynamicMapIcon
[13:05:40] [debug]  DestroyDynamicCP
[13:05:40] [debug]  CreateDynamicMapIcon
[13:05:40] [debug]  Streamer_SetIntData
[13:05:40] [debug]  Streamer_Update
[13:05:40] [debug]  TogglePlayerAllDynamicCPs
[13:05:40] [debug]  CreateDynamicSphere
[13:05:40] [debug]  Streamer_MaxItems
[13:05:40] [debug]  CreateDynamicCP
[13:05:40] [debug]  CreateDynamicCube
[13:05:40] [debug]  Streamer_SetFloatData
[13:05:40] [debug]  DestroyDynamicObject
[13:05:40] [debug]  SetDynamicObjectPos
[13:05:40] [debug]  SetDynamicObjectRot
[13:05:40] [debug]  sscanf
[13:05:40] [debug]  GetDynamicObjectPos
[13:05:40] [debug]  GetDynamicObjectRot
[13:05:40] [debug]  EditDynamicObject
[13:05:40] [debug]  SetDynamicObjectMaterial
[13:05:40] [debug]  AttachDynamicObjectToVehicle
[13:05:40] [debug]  MoveDynamicObject
[13:05:40] [debug]  DestroyDynamicArea
[13:05:40] [debug]  DestroyDynamic3DTextLabel
[13:05:40] [debug]  DestroyDynamicPickup
[13:05:40] [debug] Run time error 19: "File or function is not found"
[13:05:40] [debug]  CreateDynamicObject
[13:05:40] [debug]  SSCANF_Init
[13:05:40] [debug]  SSCANF_Join
[13:05:40] [debug]  SSCANF_Leave
[13:05:40] [debug]  CreateDynamic3DTextLabel
[13:05:40] [debug]  CreateDynamicPickup
[13:05:40] [debug]  DestroyDynamicMapIcon
[13:05:40] [debug]  DestroyDynamicCP
[13:05:40] [debug]  CreateDynamicMapIcon
[13:05:40] [debug]  Streamer_SetIntData
[13:05:40] [debug]  Streamer_Update
[13:05:40] [debug]  TogglePlayerAllDynamicCPs
[13:05:40] [debug]  CreateDynamicSphere
[13:05:40] [debug]  Streamer_MaxItems
[13:05:40] [debug]  CreateDynamicCP
[13:05:40] [debug]  CreateDynamicCube
[13:05:40] [debug]  Streamer_SetFloatData
[13:05:40] [debug]  DestroyDynamicObject
[13:05:40] [debug]  SetDynamicObjectPos
[13:05:40] [debug]  SetDynamicObjectRot
[13:05:40] [debug]  sscanf
[13:05:40] [debug]  GetDynamicObjectPos
[13:05:40] [debug]  GetDynamicObjectRot
[13:05:40] [debug]  EditDynamicObject
[13:05:40] [debug]  SetDynamicObjectMaterial
[13:05:40] [debug]  AttachDynamicObjectToVehicle
[13:05:40] [debug]  MoveDynamicObject
[13:05:40] [debug]  DestroyDynamicArea
[13:05:40] [debug]  DestroyDynamic3DTextLabel
[13:05:40] [debug]  DestroyDynamicPickup
[13:05:40] Script[gamemodes/RoleplayFreeroam.amx]: Run time error 19: "File or function is not found"
[13:05:40] Number of vehicle models: 0

I do not know what else to try,i set all permissions in different ways but nothing solved till now, please help me.

[Off] KALCOR seu pronunciou sobre novos UPDATES !!!

Dia 28, Kalcor deu sua aparição, depois de 1 ano inativo, isso causou muitas surpresas, especulativas, e debates na gringa!


Quote:

Originally Posted by Kalcor (Post 3921455)
I've been working on a temporary fix. Anything better than this would require a client/server update, which would take a lot longer to get out to players. I want to be clear again that nothing added to the SA-MP server code can stop network attacks. There's a point where your host will fold from too many packets, no matter whether you're running a SA-MP server, an IRC server, a MUD, linx, a usenet mirror, color terminal, bitchx etc.

Feedback is requested.

Update 0.3.7 R2-2 (testing):

- Changes the query flood control to deal with different query types independently.
- Connection cookie logging is disabled by default.

Downloads (testing):

SA-MP 0.3.7 R2-2 Linux Server: http://files.sa-mp.com/samp037svr_R2-2.tar.gz
SA-MP 0.3.7 R2-2 Windows Server: http://files.sa-mp.com/samp037_svr_R2-2_win32.zip

Aparentemente já está em testes uma versão de correção server-side da 0.3.7 R-2. para corrigir problemas, e talvez futuramente terá um update Client/Server-Side!


Já pode ser baixado uma versão de teste, do próximo patching que está em testes:
Quote:


Image may be NSFW.
Clik here to view.





Deixem sua opnião!

Which genre of GM u prefer most of all?

Sry for my english. Which genre of GM u prefer most of all?

DM, Race, Drift, DayZ, Zombie Server, TDM or maybe u know more rare unique mode. If u have understood here is no RP, of RPG, 'cuz I hate this genres :)

In addition to this u can explain why u love this or another genre.

I don't know where I need to create topic like this, that's why create here.

BrackTrace

Quote:

[18:05:48] [debug] Run time error 4: "Array index out of bounds"
[18:05:48] [debug] Attempted to read/write array element at index 15 in array of size 15
[18:05:48] [debug] AMX backtrace:
[18:05:48] [debug] #0 00114bf0 in public onLoadPoints () from WCRP.amx
CODE:

PHP Code:

public onLoadPoints() 
{
    new 
rowsfields;
    
cache_get_data(rows,fields);
    new 
id_string[32];
    for(new 
i=0;i<rows;i++) 
    {
        
cache_get_row(i,0,id_string);
        
Points[i][EPointSQLID] = strval(id_string);
        
cache_get_row(i,1,Points[i][EPointDataName]);
        
cache_get_row(i,2,id_string);
        
Points[i][EPointDataX] = floatstr(id_string);
        
cache_get_row(i,3,id_string);
        
Points[i][EPointDataY] = floatstr(id_string);
        
cache_get_row(i,4,id_string);
        
Points[i][EPointDataZ] = floatstr(id_string);
        
cache_get_row(i,5,id_string);
        
Points[i][EPointDataInt] = strval(id_string);
        
cache_get_row(i,6,id_string);
        
Points[i][EPointDataVW] = strval(id_string);
        
cache_get_row(i,7,id_string);
        
Points[i][EPointDataType] = EPointType:strval(id_string);
        
cache_get_row(i,8,id_string);
        
Points[i][EPointDataDeliver] = strval(id_string);
        
cache_get_row(i,9,id_string);
        
Points[i][EPointDataIconID] = strval(id_string);
        
cache_get_row(i,10,id_string);
        
Points[i][EPointPickupModel] = strval(id_string);
        
cache_get_row(i,11,id_string);
        
Points[i][EPointOwnerFamily] = FindFamilyBySQLID(strval(id_string));
        
cache_get_row(i,12,id_string);
        
Points[i][EPointCaptureTime] = strval(id_string);
        
Points[i][EPointPickupID] = CreateDynamicPickup(Points[i][EPointPickupModel], 16Points[i][EPointDataX], Points[i][EPointDataY], Points[i][EPointDataZ],Points[i][EPointDataVW],Points[i][EPointDataInt]);
        
//point tip
        
new pointlabel[128];
        
format(pointlabelsizeof(pointlabel), "%s {FFFFFF}(( {FF0000} %s {FFFFFF} ))"Points[i][EPointDataName], givePlayerPointTip(i));
        
Points[i][EPointLabel] = CreateDynamic3DTextLabel(pointlabelgetPointColour(i), Points[i][EPointDataX], Points[i][EPointDataY], Points[i][EPointDataZ]+1.010.0INVALID_PLAYER_IDINVALID_VEHICLE_ID0Points[i][EPointDataVW],Points[i][EPointDataInt]);
        if(
Points[i][EPointDataIconID] != -1
        {
            new 
mapid allocMapID();        
            
Points[i][EPointMapSlotID] = mapid;
        }
    }


Any help?

[Plugin] Pawn.RakNet - write the best anticheat

Pawn.RakNet 1.0


Description:
Plugin that allows you to work with RakNet in Pawn.

This plugin is compatible with almost any version of SA:MP (newer than 0.3z).

Main features:
  • Intercept and reprocess incoming/outcoming RPCs, incoming/outcoming packets
  • Sending RPC and packets to player

Simple example:
PHP Code:

const AIM_SYNC 203;

IPacket:AIM_SYNC(playeridBitStream:bs)
{
    new 
aimData[PR_AimSync];
    
    
BS_IgnoreBits(bs8); // packet id (byte)
    
BS_ReadAimSync(bsaimData);

    if (
aimData[PR_aimZ] != aimData[PR_aimZ]) // is NaN
    
{
        
aimData[PR_aimZ] = 0.0;

        
BS_SetWriteOffset(bs8);
        
BS_WriteAimSync(bsaimData); // rewrite data
    
}

    return 
1// continue processing


Wiki:
https://github.com/urShadow/Pawn.RakNet/wiki

Binaries:
https://github.com/urShadow/Pawn.RakNet/releases

Source code:
https://github.com/urShadow/Pawn.RakNet

Run time error 19: "File or function is not found"

How can i fix this

Script[gamemodes/1.1.amx]: Run time error 19: "File or function is not found"


PLEASE HELP:confused:





----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7-R2, (C)2005-2015 SA-MP Team

[13:29:35] password = "" (string)
[13:29:35]
[13:29:35] Server Plugins
[13:29:35] --------------
[13:29:35] Loading plugin: streamer.so
[13:29:35]

*** Streamer Plugin v2.9.1 by Incognito loaded ***

[13:29:35] Loaded.
[13:29:35] Loading plugin: mysqlR7.so
[13:29:35] plugin.mysql: R20 successfully loaded.
[13:29:35] Loaded.
[13:29:35] Loading plugin: gvar.so
[13:29:35]

*** GVar Plugin v1.3 by Incognito loaded ***

[13:29:35] Loaded.
[13:29:35] Loading plugin: sscanf2.so
[13:29:35]

[13:29:35] ===============================

[13:29:35] sscanf plugin loaded.

[13:29:35] (c) 2009 Alex "Y_Less" Cole

[13:29:35] ===============================

[13:29:35] Loaded.
[13:29:35] Loading plugin: nativechecker.so
[13:29:35] Loaded.
[13:29:35] Loaded 5 plugins.

[13:29:36]
[13:29:36] Filterscripts
[13:29:36] ---------------
[13:29:36] Loading filterscript 'UltraHost.amx'...
[13:29:36] Loading filterscript 'Debug.amx'...
[13:29:36]
*********************
* SA:MP DEBUG 0.2 *
[13:29:36] * By Simon Campbell *
*********************
[13:29:36] * Version: 0.5c *
*********************
[13:29:36] * -- LOADED *
*********************

[13:29:36] AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap()
[13:29:36] Loading filterscript 'netstats.amx'...
[13:29:36]
--Admin Netstats FS loaded.

[13:29:36] Loaded 3 filterscripts.

[13:29:36] Error: Function not registered: 'IRC_GetUserChannelMode'
[13:29:36] Error: Function not registered: 'IRC_Connect'
[13:29:36] Error: Function not registered: 'IRC_CreateGroup'
[13:29:36] Error: Function not registered: 'IRC_SetIntData'
[13:29:36] Error: Function not registered: 'IRC_Quit'
[13:29:36] Error: Function not registered: 'IRC_DestroyGroup'
[13:29:36] Error: Function not registered: 'IRC_Say'
[13:29:36] Error: Function not registered: 'IRC_AddToGroup'
[13:29:36] Error: Function not registered: 'IRC_SendRaw'
[13:29:36] Error: Function not registered: 'IRC_JoinChannel'
[13:29:36] Script[gamemodes/1.1.amx]: Run time error 19: "File or function is not found"
[13:29:36] Number of vehicle models: 0

Evolution Prison Roleplay

Image may be NSFW.
Clik here to view.


Evolution Prison Roleplay is an upcoming prison roleplay server on sa-mp. We'd like to thank Marco for sharing the awesome prison script, which our server is based on. We currently are improving the features of the server, if you have any ideas or want to be part of this upcoming community you feel free to join our discord, share your ideas with us and meet new peoples from our community. We are going to have beta test in-game weekly and search for creativity and dedicated peoples who are going to be part of our team.

Discord

NOTICE Need help plss how can i fix this

help me plss how to fix this : Script[gamemodes/1.1.amx]: Run time error 19: "File or function is not found"

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7-R2, (C)2005-2015 SA-MP Team

[13:29:35] password = "" (string)
[13:29:35]
[13:29:35] Server Plugins
[13:29:35] --------------
[13:29:35] Loading plugin: streamer.so
[13:29:35]

*** Streamer Plugin v2.9.1 by Incognito loaded ***

[13:29:35] Loaded.
[13:29:35] Loading plugin: mysqlR7.so
[13:29:35] plugin.mysql: R20 successfully loaded.
[13:29:35] Loaded.
[13:29:35] Loading plugin: gvar.so
[13:29:35]

*** GVar Plugin v1.3 by Incognito loaded ***

[13:29:35] Loaded.
[13:29:35] Loading plugin: sscanf2.so
[13:29:35]

[13:29:35] ===============================

[13:29:35] sscanf plugin loaded.

[13:29:35] (c) 2009 Alex "Y_Less" Cole

[13:29:35] ===============================

[13:29:35] Loaded.
[13:29:35] Loading plugin: nativechecker.so
[13:29:35] Loaded.
[13:29:35] Loaded 5 plugins.

[13:29:36]
[13:29:36] Filterscripts
[13:29:36] ---------------
[13:29:36] Loading filterscript 'UltraHost.amx'...
[13:29:36] Loading filterscript 'Debug.amx'...
[13:29:36]
*********************
* SA:MP DEBUG 0.2 *
[13:29:36] * By Simon Campbell *
*********************
[13:29:36] * Version: 0.5c *
*********************
[13:29:36] * -- LOADED *
*********************

[13:29:36] AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap()
[13:29:36] Loading filterscript 'netstats.amx'...
[13:29:36]
--Admin Netstats FS loaded.

[13:29:36] Loaded 3 filterscripts.

[13:29:36] Error: Function not registered: 'IRC_GetUserChannelMode'
[13:29:36] Error: Function not registered: 'IRC_Connect'
[13:29:36] Error: Function not registered: 'IRC_CreateGroup'
[13:29:36] Error: Function not registered: 'IRC_SetIntData'
[13:29:36] Error: Function not registered: 'IRC_Quit'
[13:29:36] Error: Function not registered: 'IRC_DestroyGroup'
[13:29:36] Error: Function not registered: 'IRC_Say'
[13:29:36] Error: Function not registered: 'IRC_AddToGroup'
[13:29:36] Error: Function not registered: 'IRC_SendRaw'
[13:29:36] Error: Function not registered: 'IRC_JoinChannel'
[13:29:36] Script[gamemodes/1.1.amx]: Run time error 19: "File or function is not found"
[13:29:36] Number of vehicle models: 0

Dynamic Menu (GvC / GTA V Style)

How do you work with object streaming?

I've recently made a few big maps, and when I use CreateDynamicObject the rendering of them on my server really sucks... there are parts of the map in the distance that flicker on / off screen as they load / unload. My map consists of about 800 objects and I use both CreateObject AND CreateDynamicObject (I use CreateObject for bigger things such as trees and buildings and CreateDynamicObject for stuff such as fences, paths...)

This was irritating me, so I converted the whole of my map to CreateObject which worked fine, however the I still kept using CreateDynamicObject for smaller objects. Now, /none/ of the objects created with CreateDynamicObject appear at all, even ones in an interior far away from the main map.

I really don't know how to work with my streamer so my big map will look good. What's the best way to work with the streamer? 300.0 is the default draw distance, but I set all my objects stream distance to 1000.0 / 800.0 - will this cause the flickering issues? If so, what should larger draw distances be used for?

Thank you...

Wild West Role Play Trailer

Viewing all 18226 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>