17.11.2010, 17:09
Quote:
|
Mais Completo V2.0
pawn Код:
|
pawn Код:
new string[128];
new nome[40];
format(string, sizeof(string), "Olб Sr:%s, vocк escolheu o skin %d, Seu Dinheiro:%i, Ping:%i Divirta-se!");
GetPlayerName(playerid, nome, 40);
GetPlayerSkin(playerid);
GetPlayerMoney(playerid);
GetPlayerPing(playerid);
SendClientMessage(playerid, COLOR_ORANGE, string);


