Marcador de score
#3

Quote:
Originally Posted by HumildadeAgain
Посмотреть сообщение
pawn Код:
//Topo:
new score[MAX_PLAYERS];
//OnPlayerConnect:
score[playerid] = 0;
//OnPlayerDeath
score[killerid] ++;
SetPlayerScore(killerid,score[killerid]);
pawn Код:
SetPlayerScore(killerid, GetPlayerScore(killerid) + 1);
? / ? = ?
Reply


Messages In This Thread
Marcador de score - by Tellyknigh - 24.02.2013, 21:26
Re: Marcador de score - by HumildadeAgain - 24.02.2013, 21:30
Re: Marcador de score - by Blix - 24.02.2013, 21:34
Re: Marcador de score - by Tellyknigh - 24.02.2013, 21:36

Forum Jump:


Users browsing this thread: 3 Guest(s)