29.09.2009, 22:02
Quote:
Originally Posted by Peter Corneile [hugu-hosting.co.uk
|
Quote:
Originally Posted by »ŁegenĐ«
try this
pawn Код:
|
================================================== ======================
================================================== ======================
================================================== ======================
================================================== ======================
Ok Since no body helped, I will be gladly to help you Eazy! ok now follow my steps and you will complete this Score System!
Put this on top of your script:
Код:
forward upscore();
Код:
SetTimer("upscore",60000,true);
Код:
public upscore() { for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { SetPlayerScore(i, GetPlayerScore(i) + 1); } } } }