- 0
[GF/RP] Problema AutoAFK si Host
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
AleX1321
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