[Tool/Web/Other] Generators Web [FeK]Squad
#1


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

For Source Code get 'Source Code Of Page',is JavaScript!
For PHP Request in Private Message
Reply
#2

Not Much Really -_-
Reply
#3

Nice this is useful for some guys. by the way thanks for sharing your hard work with us
Reply
#4

very useful for the new ones!, great job on mine opinion!
Reply
#5

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]
Reply
#6

Hum,i add

'Auto-Pawn-BBCode'
http://feksquad.6te.net/Gerador/pawncode.html

is javascript!
Reply
#7

Some very useful generators. Thank you Drakins.
Reply
#8

Code of Racing | Is PHP

PHP Code:
<?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>"
;
Reply
#9

Thanks.

pawn Code:
enum MessageTooShort
{
    char[8]
}
Reply
#10

the one i like specially its:

Generator of Topics




pawn Code:
// For Drakins...

ja sabes o que costumo dizer, Bom Trabalho
Reply
#11

Thanks Dark and Others....

I Create a Generator -> Client Message of SAMP 0.3c, including 11 colours.
Is JavaScript


I need Translators English and tips of generators, please.

Logs:

SAMP 0.3c messages Created
Conversor of Timers Released
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)