10.07.2014, 10:30
Intйntalo asн:
pawn Код:
CMD:b(playerid, params[])
{
if (IsPlayerConnected(playerid))
{
if(!isnull(params))
{
new string[256];
format(string, sizeof(string), "[OOC] %s: (( %s ))", NombreJugador(playerid), params);
ProxDetector(30.0, playerid, string, COLOR_FADE1, COLOR_FADE2, COLOR_FADE3, COLOR_FADE4, COLOR_FADE5);
}
else
{
SendClientMessage(playerid, COLOR_BLANCO, "Uso correcto: /b [Chat OOC]");
}
}
else
{
SendClientMessage(playerid, COLOR_GRIS, "No estбs logueado.");
}
}