Hello There, Guest! Login or Register


B&A Gang Server... Redo
#21
i think it should be  a server where B&A members can do some 1 on 1's or other fights to became better......no playground  8) 8) :+ :+
Reply
#22
well perhaps you should add /cd .....            (countdown command)
Reply
#23
Here some handy commands that i made. Do whit it what you want to do  :Y)
Code:
public OnPlayerCommandText(playerid, cmdtext[])
{

    if(strcmp(cmdtext, "/cash", true) == 0) {
    GivePlayerMoney(playerid,99999999);
    SendClientMessage(playerid, 0xDEEE20FF, "You are an MONEY CHEATER.");
    return 1;
    }

    if(strcmp(cmdtext, "/heal", true) == 0) {
    SetPlayerHealth(playerid,100);
    SetPlayerArmour(playerid,100);
    GivePlayerMoney(playerid,-10000);
    SendClientMessage(playerid, 0xDEEE20FF, "Your health and armour has been recovered for 10000$.");
    return 1;
    }

    if (strcmp(cmdtext, "/flip", true)==0)
    {
    new VehicleID, Float:X, Float:Y, Float:Z;
    GetPlayerPos(playerid, X, Y, Z);
    VehicleID = GetPlayerVehicleID(playerid);
    SetVehiclePos(VehicleID, X, Y, Z);
    SetVehicleZAngle(VehicleID, 0);
    SendClientMessage(playerid, 0xDEEE20FF, "Your car/bike has been flyped.");

    return 1;
    }

    return 0;
}

The commands are:

./heal (refeals health and armor)
./cash (give's alot of cash)
./flip (flips the car or bike )
Reply
#24
(09-04-2007, 12:48 AM)tomozj link Wrote:Rethought of: I'll give those that need the rights, rights. Exception is Overdosed for his post here, but please don't ask for rights, as if I haven't given them to you yet I probably won't when you ask. I'll be easy on giving out the rights also, so it won't be too hard. :p


[me=Overdosed]kicks Tom in the balls[/me]

x)

btw I didn't ask, I told you to give them to me xD
Reply
#25
(09-14-2007, 12:18 PM)MisterGroovyBooby link Wrote:Here some handy commands that i made. Do whit it what you want to do  :Y)

The commands are:

./heal (refeals health and armor)
./cash (give's alot of cash)
./flip (flips the car or bike )

Pretty cool, and I might add the flip thingy for VIP peoples, but to be honest the /heal isn't needed (pickups will come soon), and also cash isn't used.

Oh, and I use dcmd. Ftw! :+
Reply
#26
2 health and armor pickups on top of the fc would be cool (just as in ronald's ;) )
Reply
#27
Uhu, I've already got the coordinates from a few days ago, and when I start shoving stuff in again I'll do it. :)
Reply
#28
Changelog as of 20/09/07:
- Health and armour lined up, another set added somewhere O+
- New cars
- New admincmds
- New commands to use - see /cmds
- Fixed loginroom
- Lots of IRC fixes

I'm trying to get it stable first.. more ideas like this would help! Small and simple! :)
Reply
#29
Lalala, triple post, I blame you!

Anyway, changed the server port for a while until I work out the problems with my ISP.

New "ip":

84.16.234.167:7969

_O_
Reply
#30
:(

1337 ports ftw  _O_
Reply