26.08.2012, 12:35
wtf?
nгo й mais facil apertar TAB?
pawn Код:
CMD:meuid(playerid)
{
new string[80];
format(string, sizeof(string), "[NomeSV]: Seu ID atual й: %d.", playerid);
SendClientMessage(playerid, 0xFFFF00AA, string);
return 1;
}