03.11.2013, 17:50
Uns Comandos De Acessorios
#Eu Nao Criei em dialog Porque estava com preguisa Xd.
Video :
[ame]http://www.youtube.com/watch?v=B998vC_DPgE[/ame]
Creditos : (Catchorro) Obs : Ajuda Focamubh.
Download :
#Eu Nao Criei em dialog Porque estava com preguisa Xd.
Video :
[ame]http://www.youtube.com/watch?v=B998vC_DPgE[/ame]
Quote:
/safado /descente /punheta /minigun /faca /arvore /arvoreb /tv /chapeu /gorro /acessorios |
Download :
PHP код:
////////////////////////////////////////////////////////////////////////////////
#define FILTERSCRIPT
////////////////////////////////////////////////////////////////////////////////
#include < a_samp >
#include < zcmd >
////////////////////////////////////////////////////////////////////////////////
#if defined FILTERSCRIPT
////////////////////////////////////////////////////////////////////////////////
new Wilson;
////////////////////////////////////////////////////////////////////////////////
public OnFilterScriptInit()
{
print("FS Criado Por Catchorro Obs : Nгo Retire Os Creditos");
return 1;
}
////////////////////////////////////////////////////////////////////////////////
public OnFilterScriptExit()
{
print("FS Criado Por Catchorro Obs : Nгo Retire Os Creditos");
return 1;
}
////////////////////////////////////////////////////////////////////////////////
CMD:safado(playerid, params[])
{
new str[64], pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, sizeof(pName));
format(str, sizeof(str), "O Safadenho do %s Ta de Pau Duro", pName);
SendClientMessageToAll(0xFFFF00FF, str);
SetPlayerAttachedObject( playerid, Wilson, 321, 1, -0.207567, 0.521517, -0.027858, 92.002204, 0.000000, 0.000000, 1.000000, 1.000000, 1.000000 );
return 1;
}
////////////////////////////////////////////////////////////////////////////////
CMD:descente(playerid, params[])
{
new str[64], pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, sizeof(pName));
format(str, sizeof(str), "O Safadenho do %s Virou Homen", pName);
SendClientMessageToAll(0xFFFF00FF, str);
for(new i=0; i<MAX_PLAYER_ATTACHED_OBJECTS; i++)
{
if(IsPlayerAttachedObjectSlotUsed(playerid, i)) RemovePlayerAttachedObject(playerid, i);
}
return 1;
}
////////////////////////////////////////////////////////////////////////////////
CMD:punheta(playerid)
{
new str[64], pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, sizeof(pName));
format(str, sizeof(str), "O Safadenho do %s Tocando Uma Punheta", pName);
SendClientMessageToAll(0xFFFF00FF, str);
ApplyAnimation(playerid,"PAULNMAC", "wank_loop", 1.800001, 1, 0, 0, 1, 600);
return 1;
}
////////////////////////////////////////////////////////////////////////////////
CMD:minigun(playerid, params[])
{
SendClientMessage(playerid, -1, "{FFD700} Objeto Adicionado Com Sucesso");
SetPlayerAttachedObject( playerid, 0, 362, 1, -0.359269, -0.254775, -0.039542, 0.000000, 0.000000, 0.000000, 1.000000, 1.000000, 1.000000 );
return 1;
}
////////////////////////////////////////////////////////////////////////////////
CMD:faca(playerid, params[])
{
SendClientMessage(playerid, -1, "{FFD700} Objeto Adicionado Com Sucesso");
SetPlayerAttachedObject( playerid, 0, 339, 1, 0.610027, 0.081778, -0.385961, 4.524044, 358.178833, 172.174072, 0.896676, 1.000000, 1.000000 );
return 1;
}
////////////////////////////////////////////////////////////////////////////////
CMD:arvore(playerid, params[])
{
SendClientMessage(playerid, -1, "{FFD700} Objeto Adicionado Com Sucesso");
SetPlayerAttachedObject( playerid, 0, 700, 1, -0.290194, 0.036302, 0.154402, 357.083923, 89.528007, 0.000000, 1.000000, 1.000000, 1.000000 );
return 1;
}
////////////////////////////////////////////////////////////////////////////////
CMD:arvoreb(playerid, params[])
{
SendClientMessage(playerid, -1, "{FFD700} Objeto Adicionado Com Sucesso");
SetPlayerAttachedObject( playerid, 0, 724, 1, -2.662456, -0.960637, -0.590212, 0.000000, 84.909217, 358.866760, 1.000000, 0.196750, 1.000000 );
return 1;
}
////////////////////////////////////////////////////////////////////////////////
CMD:tv(playerid, params[])
{
SendClientMessage(playerid, -1, "{FFD700} Objeto Adicionado Com Sucesso");
SetPlayerAttachedObject( playerid, 0, 1518, 1, 0.643866, 0.000000, 0.000000, 187.985778, 90.253204, 0.000000, 1.000000, 1.000000, 1.000000 );
return 1;
}
////////////////////////////////////////////////////////////////////////////////
CMD:chapeu(playerid, params[])
{
SendClientMessage(playerid, -1, "{FFD700} Objeto Adicionado Com Sucesso");
SetPlayerAttachedObject(playerid, 3, 18639, 2, 0.163258, -0.032386, -0.013128, 0.390689, 358.632415, 340.261840);
return 1;
}
////////////////////////////////////////////////////////////////////////////////
CMD:gorro(playerid, params[])
{
SendClientMessage(playerid, -1, "{FFD700} Objeto Adicionado Com Sucesso");
SetPlayerAttachedObject(playerid, 3, 19065, 2, 0.120000, 0.040000, -0.003500, 0, 100, 100, 1.4, 1.4, 1.4);
return 1;
}
////////////////////////////////////////////////////////////////////////////////
CMD:acessorios(playerid, params[])
{
SendClientMessage(playerid, -1, "{FFD700} /safado /descente /punheta /minigun /faca \n /arvore /arvoreb /tv /chapeu /gorro /acessorios");
return 1;
}
////////////////////////////////////////////////////////////////////////////////
#endif
////////////////////////////////////////////////////////////////////////////////