View Full Version : [Tool/Web/Other] Generators Web [FeK]Squad
ipsBruno
03/11/2010, 12:18 AM
http://img35.imageshack.us/img35/6347/cooltext4750786041.png
DraKiNs
Introduction:
It is a site where you have small generators for SA: MP.
While developing
Functions:
• Converter Timer
• Holding Object
• ClientMessage Gerator
• Generator Commands
• Generator of Client Message Advanced 03c
• Generator of Client Message Simples
• Generator Link SA:MP (AutoAddIP)
• Inverter of Texts
• Generator of Topics
• Creator of AddPlayerClass
• Generator of Racing
• Generator of Holding Object
Credits:
- [FeK]DraKiNs | Creator General
- [FeK]Vitor | Designer
- [FeK]Andre | Designer
- [FeK]Gustavob | Translator
- Jones | Help
Download:
Scripts (http://feksquad.6te.net/Gerador/index.html)
For Source Code get 'Source Code Of Page',is JavaScript!
For PHP Request in Private Message
royal_king
03/11/2010, 05:32 AM
Nice this is useful for some guys. by the way thanks for sharing your hard work with us :)
FujiNNN
03/11/2010, 07:56 PM
very useful for the new ones!, great job on mine opinion!
ipsBruno
05/11/2010, 12:06 PM
http://feksquad.6te.net/Gerador/index.html - New Generators
Generator Commands
Generator Link SA:MP (AutoAddIP)
Inverter of Texts
Generator of Topics
Creator of AddPlayerClass
Converter of Timer
Generator of Racing
Generator of Holding Object
and Pastebin of FeKSquad (with links)
Is JavaScript
For source Code of pages PHP,request for me [PM]
ipsBruno
17/11/2010, 01:27 AM
Hum,i add
'Auto-Pawn-BBCode'
http://feksquad.6te.net/Gerador/pawncode.html
is javascript!
DiddyBop
19/11/2010, 01:32 AM
Some very useful generators. Thank you Drakins.
ipsBruno
20/11/2010, 12:38 AM
Code of Racing | Is PHP
<?php
$cord1 = $_POST["ucord"];
$cord2 = $_POST["pcord"];
$cord3 = $_POST["rcord"];
$comando = $_POST["command"];
$checktotais = $_POST["checks"];
$exp = explode("\n", $cord3);
$format = "";
foreach($exp as $linha)
{
$format .= "{ $linha },";
}
echo "
Código Gerado:
<textarea NAME=dkn>
//- www.feksquad.blogspot.com -//
//- Race Creator in PHP By DraKiNs -//
#include <a_samp>
#define TOTAIS_CHECKS $checktotais
new Stats[MAX_PLAYERS];
new bool:PlayerRa[500];
new Float:Checkpoints[TOTAIS_CHECKS][3] =
{
{ $cord2 },
$format
{ $cord1 }
};
public OnPlayerCommandText(playerid, cmdtext[])
{
if(!strcmp(cmdtext, \"$comando\", true))
{
SendClientMessage(playerid, 0xFFFFFFFF, \"SERVER: Você foi para o Race\");
PlayerRa[playerid] = true;
SetPlayerRaceCheckpoint(playerid, 0, Checkpoints[Stats[playerid]][0], Checkpoints[Stats[playerid]][1], Checkpoints[Stats[playerid]][2], Checkpoints[Stats[playerid]+1][0], Checkpoints[Stats[playerid]+1][1], Checkpoints[Stats[playerid]+1][2], 10);
Stats[playerid]++;
return true;
}
return false;
}
public OnPlayerEnterCheckpoint(playerid)
{
if(PlayerRa[playerid] == true)
{
Stats[playerid]++;
DisablePlayerRaceCheckpoint(playerid);
SetPlayerRaceCheckpoint(playerid, 0, Checkpoints[Stats[playerid]][0], Checkpoints[Stats[playerid]][1], Checkpoints[Stats[playerid]][2], Checkpoints[Stats[playerid]+1][0], Checkpoints[Stats[playerid]+1][1], Checkpoints[Stats[playerid]+1][2], 10);
}
if(Stats[playerid] == TOTAIS_CHECKS-1 && PlayerRa[playerid] == true)
{
DisablePlayerRaceCheckpoint(playerid);
SetPlayerRaceCheckpoint(playerid,1, Checkpoints[Stats[playerid]][0], Checkpoints[Stats[playerid]][1], Checkpoints[Stats[playerid]][2], Checkpoints[Stats[playerid]+1][0], Checkpoints[Stats[playerid]+1][1], Checkpoints[Stats[playerid]+1][2], 10);
SendClientMessage(playerid, 0xFFFFFFFF, \"SERVER: Você esta quase acabando a corrida!!\");
}
if(Stats[playerid] == TOTAIS_CHECKS && PlayerRa[playerid] == true)
{
PlayerRa[playerid] = false;
Stats[playerid] = 0;
SendClientMessage(playerid, 0xFFFFFFFF, \"SERVER: Você acabou o Race parabéns\");
DisablePlayerRaceCheckpoint(playerid);
}
return true;
}
</textarea>";
DiddyBop
20/11/2010, 04:16 PM
Thanks.
enum MessageTooShort
{
char[8]
}
SlashPT
20/11/2010, 04:38 PM
the one i like specially its:
Generator of Topics
:D
// For Drakins...
ja sabes o que costumo dizer, Bom Trabalho
ipsBruno
30/11/2010, 11:44 AM
Thanks Dark and Others....
I Create a Generator -> Client Message of SAMP 0.3c (http://feksquad.6te.net/Gerador/ClientMessage2.html), including 11 colours.
Is JavaScript
I need Translators English and tips of generators, please.
Logs:
SAMP 0.3c messages Created
Conversor of Timers Released
vBulletin® v3.8.6, Copyright ©2000-2013, Jelsoft Enterprises Ltd.