06.02.2012, 19:26
Quote:
pawn Код:
|
pawn Код:
EnviarConsola(playerid, command[], text[])
{
new Name[24];
GetPlayerName(playerid, Name,24);
printf("%s uso el comando %s %s",Name,command,text);
}
pawn Код:
|
EnviarConsola(playerid, command[], text[])
{
new Name[24];
GetPlayerName(playerid, Name,24);
printf("%s uso el comando %s %s",Name,command,text);
}