25.10.2011, 21:20
What about a command converter? Or command (not only teleport) generator ?
I mean, it would be really nice, things same as in Teleprot Generator, but there wouldn\'t be X, Y, Z, Angle, Interior and World, but a space for "Functions:"
For example:
Command: kickme
Generate: none/dcmd/zcmd/dcmd
Functions:
Kick(playerid);
====== generating ========
Generated:
Do You understand ?
I mean, it would be really nice, things same as in Teleprot Generator, but there wouldn\'t be X, Y, Z, Angle, Interior and World, but a space for "Functions:"
For example:
Command: kickme
Generate: none/dcmd/zcmd/dcmd
Functions:
Kick(playerid);
====== generating ========
Generated:
pawn Code:
COMMAND:kickme(playerid, params[])
{
Kick(playerid);
}
Do You understand ?