Marcador de score
#1

Gostaria de uma marcador de score, alguйm poderia me ajuda ?
Reply
#2

pawn Код:
//Topo:
new score[MAX_PLAYERS];
//OnPlayerConnect:
score[playerid] = 0;
//OnPlayerDeath
score[killerid] ++;
SetPlayerScore(killerid,score[killerid]);
Reply
#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
#4

Vlw, Blix,Ajudo bastante //
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)