25.11.2013, 23:07
pawn Код:
CMD:dartobi ( playerid, params [ ] )
{
new targetid ;
if ( !IsPlayerAdmin ( playerid ) )
{
SendClientMessage ( playerid, VERMELHO, "[ x ] Logue-se na Rcon para usar este comando.");
}
if ( sscanf ( params, "u" , targetid ) )
{
SendClientMessage ( playerid, -1, "[ x ] Uso Correto: /dartobi [ ID ]" ) ;
}
SendClientMessage ( targetid, VERMELHO, "O Adm Rcon {1B95E0}%s{00C2EC} setou Tobi para Vocк");
SetPlayerSkin ( targetid, 117 ) ;
return 1;
}
@Desculpa Double post!