[AJUDA] SetTimer
#5

pawn Код:
new PON;

public OnPlayerConnect(playerid)
{
     PON++;
     new strings[7];
     format(strings, 7, "%d/50",PON);
     TextDrawSetString(players, strings);
     return 1;
}

public OnPlayerDisconnect(playerid)
{
     PON--;
     new strings[7];
     format(strings, 7, "%d/50",PON);
     TextDrawSetString(players, strings);
     return 1;
}
Reply


Messages In This Thread
[AJUDA] SetTimer - by CaioMors - 01.12.2011, 19:59
Re: [AJUDA] SetTimer - by Cristhian - 01.12.2011, 20:16
Re: [AJUDA] SetTimer - by SuperChock - 01.12.2011, 20:31
Re: [AJUDA] SetTimer - by Cristhian - 01.12.2011, 20:47
Re: [AJUDA] SetTimer - by TiagoPS - 01.12.2011, 22:47
Re: [AJUDA] SetTimer - by Cristhian - 01.12.2011, 23:11

Forum Jump:


Users browsing this thread: 3 Guest(s)