howww????
#2

Top of the your mod

pawn Код:
new onlineplayers = 0;
To OnPlayerConnect:

pawn Код:
public OnPlayerConnect(playerid)
{
onlineplayers++;
if(onlineplayers == 50) { return SendClientMessageToAll(0xFFFF00FF,"50 Online games mortal congratulations!"); }
return 1;
}
)
To OnPlayerDisconnect:

pawn Код:
public OnPlayerDisconnect(playerid)
{
onlineplayers--;
return 1;
}
)
Reply


Messages In This Thread
howww???? - by Ricop522 - 13.02.2010, 17:35
Re: howww???? - by xCoder - 13.02.2010, 18:26

Forum Jump:


Users browsing this thread: 3 Guest(s)