Jump to content
  • 0

[GF/RP] Problema AutoAFK si Host


Question

Posted

Salut am si eu o problema cu AutoAFK cate odata merge cate odata nu merge

////////////afk///

forward AFKKicker();

public AFKKicker()

{

for(new i = 0; i <= MAX_PLAYERS; i++)

{

    if(PPos[1] == 0)

    {

        GetPlayerPos(i,PPos[0],PPos[1],PPos[2]);

        return 1;

}

new Float:x,Float:y,Float:z;

GetPlayerPos(i,x,y,z);

if(x == PPos[0] && y == PPos[1] && z == PPos[2])

{

    AFKMins++;

    if(AFKMins >= AFKTime)

    {

            SetPlayerColor(i,0x524F50AA);

}

}

else

{

SetPlayerToTeamColor(i);

        }

}

return 1;

}

Si alta problema e am hostat azi serverul si nu imi apare Login Si Register merge sa dau doar spawn si ma da undeva pe langa LV care este problema?va rog ajutatima, aa si imi apare Unknow mode

4 answers to this question

Recommended Posts

Posted

data viitoare foloseste „search” deaia este .

uite-te la ce a spus viorel aici http://www.sa-mp.ro/forum/index.php?topic=8432.0 daca nu iti merge dai reply si ti-l fac eu .

aa si imi apare Unknow mode - nu ai pluginurile respective  daca ai linux le adaugi .so si windows .dll 

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.