Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Creditos Todo_Poderoso
- //Servidor Em Breve http://bss-forum.forumeiros.com/ Cadastre no forum
- //MSN: [email protected]
- //Se Achar algum bug report a min pelo forum samp ou msn Obrigado
- //-==-=-=-=-=-=-=-=--=--=-=--=--=-=-==-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=--=
- #include <a_samp>
- #define FILTERSCRIPT
- #if defined FILTERSCRIPT
- #define AMARELO 0xFFFF00AA
- new WantedPoints[MAX_PLAYERS];
- public OnFilterScriptInit()
- {
- print("-=-==- Sistema De Codigos -=-==- ");
- print("-=-==- iniciado -=-==- ");
- print("-=-==- By Todo_Poderoso -=-==- ");
- return 1;
- }
- public OnPlayerCommandText(playerid, cmdtext[])
- {
- new Float:Pos0 = 0, Float:Pos1 = 0, Float:Pos2 = 0, Float:Pos3 = 0;
- if (strcmp("/baguvix", cmdtext, true, 10) == 0)
- {
- SendClientMessage(playerid, AMARELO, "Invencibilidade");
- SetPlayerHealth(playerid, cellmax);
- return 1;
- }
- if (strcmp("/OSRBLHH", cmdtext, true, 10) == 0)
- {
- SendClientMessage(playerid, AMARELO, "Aumenta o nível de procurado em 2 estrelas");
- WantedPoints[playerid] += 2;
- SetPlayerWantedLevel(playerid, WantedPoints[playerid]);
- return 1;
- }
- if (strcmp("/ASNAEB", cmdtext, true, 10) == 0)
- {
- SendClientMessage(playerid, AMARELO, "Limpa o nível de procurado.");
- SetPlayerWantedLevel(playerid, 0);
- SetPlayerWantedLevel(playerid, WantedPoints[playerid]);
- return 1;
- }
- if (strcmp("/AFZLLQLL", cmdtext, true, 10) == 0)
- {
- SendClientMessage(playerid, AMARELO, "Tempo nublado.");
- SetWeather(42);
- return 1;
- }
- if (strcmp("/AUIFRVQS", cmdtext, true, 10) == 0)
- {
- SendClientMessage(playerid, AMARELO, "Tempo chuvoso.");
- SetWeather(8);
- return 1;
- }
- if (strcmp("/CFVFGMJ", cmdtext, true, 10) == 0)
- {
- SendClientMessage(playerid, AMARELO, "Neblina.");
- SetWeather(9);
- return 1;
- }
- if (strcmp("/AIWPRTON", cmdtext, true, 10) == 0)
- {
- SendClientMessage(playerid, AMARELO, "Materializar o Rhino.");
- GetPlayerPos(playerid, Pos0, Pos1, Pos2);
- GetPlayerFacingAngle(playerid, Pos3);
- CreateVehicle(432, Pos0 + 1, Pos1 + 1, Pos2, Pos3, -1, -1, 10000);
- return 1;
- }
- if (strcmp("/CQZIJMB", cmdtext, true, 10) == 0)
- {
- SendClientMessage(playerid, AMARELO, "Materializar o Bloodring Banger.");
- GetPlayerPos(playerid, Pos0, Pos1, Pos2);
- GetPlayerFacingAngle(playerid, Pos3);
- CreateVehicle(504, Pos0 + 1, Pos1 + 1, Pos2, Pos3, -1, -1, 10000);
- return 1;
- }
- if (strcmp("/JQNTDMH", cmdtext, true, 10) == 0)
- {
- SendClientMessage(playerid, AMARELO, "Materializar o Rancher.");
- GetPlayerPos(playerid, Pos0, Pos1, Pos2);
- GetPlayerFacingAngle(playerid, Pos3);
- CreateVehicle(505, Pos0 + 1, Pos1 + 1, Pos2, Pos3, -1, -1, 10000);
- return 1;
- }
- if (strcmp("/PDNEJOH", cmdtext, true, 10) == 0)
- {
- SendClientMessage(playerid, AMARELO, "Materializar o Racecar.");
- GetPlayerPos(playerid, Pos0, Pos1, Pos2);
- GetPlayerFacingAngle(playerid, Pos3);
- CreateVehicle(494, Pos0 + 1, Pos1 + 1, Pos2, Pos3, -1, -1, 10000);
- return 1;
- }
- if (strcmp("/VPJTQWV", cmdtext, true, 10) == 0)
- {
- SendClientMessage(playerid, AMARELO, "Materializar o Racecar.");
- GetPlayerPos(playerid, Pos0, Pos1, Pos2);
- GetPlayerFacingAngle(playerid, Pos3);
- CreateVehicle(502, Pos0 + 1, Pos1 + 1, Pos2, Pos3, -1, -1, 10000);
- return 1;
- }
- if (strcmp("/AQTBCODX", cmdtext, true, 10) == 0)
- {
- SendClientMessage(playerid, AMARELO, " Materializar o Romero.");
- GetPlayerPos(playerid, Pos0, Pos1, Pos2);
- GetPlayerFacingAngle(playerid, Pos3);
- CreateVehicle(442, Pos0 + 1, Pos1 + 1, Pos2, Pos3, -1, -1, 10000);
- return 1;
- }
- if (strcmp("/KRIJEBR", cmdtext, true, 10) == 0)
- {
- SendClientMessage(playerid, AMARELO, " Materializar o Stretch(Limozine).");
- GetPlayerPos(playerid, Pos0, Pos1, Pos2);
- GetPlayerFacingAngle(playerid, Pos3);
- CreateVehicle(409, Pos0 + 1, Pos1 + 1, Pos2, Pos3, -1, -1, 10000);
- return 1;
- }
- if (strcmp("/UBHYZHQ", cmdtext, true, 10) == 0)
- {
- SendClientMessage(playerid, AMARELO, "Materializar o Trashmaster (carro do lixo).");
- GetPlayerPos(playerid, Pos0, Pos1, Pos2);
- GetPlayerFacingAngle(playerid, Pos3);
- CreateVehicle(408, Pos0 + 1, Pos1 + 1, Pos2, Pos3, -1, -1, 10000);
- return 1;
- }
- if (strcmp("/RZHSUEW", cmdtext, true, 10) == 0)
- {
- SendClientMessage(playerid, AMARELO, "Materializar o Caddy (carrinho de golfista).");
- GetPlayerPos(playerid, Pos0, Pos1, Pos2);
- GetPlayerFacingAngle(playerid, Pos3);
- CreateVehicle(457, Pos0 + 1, Pos1 + 1, Pos2, Pos3, -1, -1, 10000);
- return 1;
- }
- if (strcmp("/SZCMAWO", cmdtext, true, 10) == 0)
- {
- SendClientMessage(playerid, AMARELO, "O CJ passa dessa para a melhor.");
- SetPlayerHealth(playerid, -1111);
- return 1;
- }
- if (strcmp("/JUMPJET", cmdtext, true, 10) == 0)
- {
- SendClientMessage(playerid, AMARELO, "Materializar a Hydra");
- GetPlayerPos(playerid, Pos0, Pos1, Pos2);
- GetPlayerFacingAngle(playerid, Pos3);
- CreateVehicle(520, Pos0 + 1, Pos1 + 1, Pos2, Pos3, -1, -1, 10000);
- return 1;
- }
- if (strcmp("/KGGGDKP", cmdtext, true, 10) == 0)
- {
- SendClientMessage(playerid, AMARELO, "Materializar o Vortex");
- GetPlayerPos(playerid, Pos0, Pos1, Pos2);
- GetPlayerFacingAngle(playerid, Pos3);
- CreateVehicle(539, Pos0 + 1, Pos1 + 1, Pos2, Pos3, -1, -1, 10000);
- return 1;
- }
- if (strcmp("/AIYPWZQP", cmdtext, true, 10) == 0)
- {
- SendClientMessage(playerid, AMARELO, "Você tem um pára-quedas");
- GivePlayerWeapon(playerid, 46, 1);
- return 1;
- }
- if (strcmp("/YECGAA", cmdtext, true, 10) == 0)
- {
- SendClientMessage(playerid, AMARELO, "Você tem um Jetpack");
- SetPlayerSpecialAction(playerid, 2);
- return 1;
- }
- if (strcmp("/LJSPQK", cmdtext, true, 10) == 0)
- {
- SendClientMessage(playerid, AMARELO, "Nível de procurado 6 estrelas");
- SetPlayerWantedLevel(playerid, 6);
- SetPlayerWantedLevel(playerid, WantedPoints[playerid]);
- return 1;
- }
- if (strcmp("/OHDUDE", cmdtext, true, 10) == 0)
- {
- SendClientMessage(playerid, AMARELO, "Materializar o Hunter");
- GetPlayerPos(playerid, Pos0, Pos1, Pos2);
- GetPlayerFacingAngle(playerid, Pos3);
- CreateVehicle(425, Pos0 + 1, Pos1 + 1, Pos2, Pos3, -1, -1, 10000);
- return 1;
- }
- if (strcmp("/AKJJYGLC", cmdtext, true, 10) == 0)
- {
- SendClientMessage(playerid, AMARELO, "Materializar o Quad");
- GetPlayerPos(playerid, Pos0, Pos1, Pos2);
- GetPlayerFacingAngle(playerid, Pos3);
- CreateVehicle(471, Pos0 + 1, Pos1 + 1, Pos2, Pos3, -1, -1, 10000);
- return 1;
- }
- if (strcmp("/AMOMHRER", cmdtext, true, 10) == 0)
- {
- SendClientMessage(playerid, AMARELO, "Materializar o Tanker Truck");
- GetPlayerPos(playerid, Pos0, Pos1, Pos2);
- GetPlayerFacingAngle(playerid, Pos3);
- CreateVehicle(514, Pos0 + 1, Pos1 + 1, Pos2, Pos3, -1, -1, 10000);
- return 1;
- }
- if (strcmp("/EEGCYXT", cmdtext, true, 10) == 0)
- {
- SendClientMessage(playerid, AMARELO, "Materializar o Dozer");
- GetPlayerPos(playerid, Pos0, Pos1, Pos2);
- GetPlayerFacingAngle(playerid, Pos3);
- CreateVehicle(486, Pos0 + 1, Pos1 + 1, Pos2, Pos3, -1, -1, 10000);
- return 1;
- }
- if (strcmp("/URKQSRK", cmdtext, true, 10) == 0)
- {
- SendClientMessage(playerid, AMARELO, "Materializar o Stunt Plane");
- GetPlayerPos(playerid, Pos0, Pos1, Pos2);
- GetPlayerFacingAngle(playerid, Pos3);
- CreateVehicle(513, Pos0 + 1, Pos1 + 1, Pos2, Pos3, -1, -1, 10000);
- return 1;
- }
- if (strcmp("/AGBDLCID", cmdtext, true, 10) == 0)
- {
- SendClientMessage(playerid, AMARELO, "Materializar o Monster");
- GetPlayerPos(playerid, Pos0, Pos1, Pos2);
- GetPlayerFacingAngle(playerid, Pos3);
- CreateVehicle(556, Pos0 + 1, Pos1 + 1, Pos2, Pos3, -1, -1, 10000);
- return 1;
- }
- if (strcmp("/Creditos", cmdtext, true, 10) == 0)
- {
- SendClientMessage(playerid, AMARELO, "Sistema De Codigos By Todo_Poderoso(Henrique_wwi)");//Se Retirar Vc Esta Enfringindo uma lei Direito Autorais,Esse Tem Direito autorais no meu nome!!!!
- return 1;
- }
- return 1;
- }
- #endif
Advertisement
Add Comment
Please, Sign In to add comment