[Tutorial] How To Make Score System With Timers
#7

Quote:
Originally Posted by Lorenc_
View Post
Lol'd. Just make one timer and a varible.

pawn Code:
new LevelPlayer[MAX_PLAYERS];
So every 2 minutes for example put inside the timers callback

pawn Code:
public Timer(playerid)
{
      LevelPlayer[playerid]++;
      new string[50];
      format(string, sizeof(string), "You are now level %i.",LevelPlayer[playerid]);
      SendClientMessage(playerid, COLOR_, string);
      return 1;
}

Get me? Yea and anyway nice tut.
I know, it's a bit ironic, It's obvious and I could easily do that, but I mean, he did it in a very cheap way.

_NuggaN you should learn scripting and not make a RP from scratch when you're a beginner.
Reply


Messages In This Thread
How To Make Score System With Timers - by -•♥♠♦♣-•Arshavin•-♥♠♦♣•- - 06.01.2011, 22:51
AW: How To Make Score System With Timers - by NuggaN_ - 08.01.2011, 05:39
Re: How To Make Score System With Timers - by Souvlaki - 08.01.2011, 05:43
Re: How To Make Score System With Timers - by admantis - 08.01.2011, 05:45
Re: How To Make Score System With Timers - by Lorenc_ - 08.01.2011, 06:03
AW: How To Make Score System With Timers - by NuggaN_ - 08.01.2011, 06:21
Re: How To Make Score System With Timers - by admantis - 08.01.2011, 06:23
Re: How To Make Score System With Timers - by Lorenc_ - 08.01.2011, 06:40
Re: AW: How To Make Score System With Timers - by Tee - 08.01.2011, 06:41
Re: How To Make Score System With Timers - by ToPhrESH - 08.01.2011, 06:47
Re: How To Make Score System With Timers - by -•♥♠♦♣-•Arshavin•-♥♠♦♣•- - 08.01.2011, 06:51
Re: AW: How To Make Score System With Timers - by -•♥♠♦♣-•Arshavin•-♥♠♦♣•- - 08.01.2011, 06:55
Re: How To Make Score System With Timers - by Stefand - 13.11.2011, 09:54
Re: How To Make Score System With Timers - by Kostas' - 13.11.2011, 10:10
Re: How To Make Score System With Timers - by Janek17 - 21.12.2011, 18:52
Re: How To Make Score System With Timers - by LaGrande - 29.04.2012, 21:18
Re: How To Make Score System With Timers - by ReD_HunTeR - 01.12.2012, 19:27
Re: How To Make Score System With Timers - by xMCx - 05.12.2012, 14:29
Re: How To Make Score System With Timers - by --LooD-- - 05.12.2012, 20:58
Re: How To Make Score System With Timers - by UserName31 - 01.02.2014, 14:58

Forum Jump:


Users browsing this thread: 2 Guest(s)