11.02.2011, 12:21
Hello!
If i onilne on the server add 1 Seconds this works.
If have two add 2 Seconds more.
What i need add here
If you need the FS i add the later
If i onilne on the server add 1 Seconds this works.
If have two add 2 Seconds more.
What i need add here
pawn Код:
public Seconds()
{
for(new i = 0; i < GetMaxPlayers(); i++)
{
{
PlayerInfo[i][pConnectSeconds] += 1;
return 1;
}
}
return 1;
}
pawn Код:
SecondsTimer = SetTimer("Seconds", 1000, true);