Posts: 1,007
Threads: 61
Joined: Jan 2007
|
Posts: 1,007
Threads: 61
Joined: Jan 2007
well perhaps you should add /cd ..... (countdown command)
|
Posts: 552
Threads: 41
Joined: Jan 2007
Here some handy commands that i made. Do whit it what you want to do
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 )
|
Posts: 888
Threads: 85
Joined: Jul 2007
(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
|
Posts: 5,660
Threads: 314
Joined: Dec 2006
(09-14-2007, 12:18 PM)MisterGroovyBooby link Wrote:Here some handy commands that i made. Do whit it what you want to do 
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!
|
Posts: 446
Threads: 5
Joined: May 2007
2 health and armor pickups on top of the fc would be cool (just as in ronald's  )
|
Posts: 5,660
Threads: 314
Joined: Dec 2006
Uhu, I've already got the coordinates from a few days ago, and when I start shoving stuff in again I'll do it.
|
Posts: 5,660
Threads: 314
Joined: Dec 2006
Changelog as of 20/09/07:
- Health and armour lined up, another set added somewhere 
- 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!
|
Posts: 5,660
Threads: 314
Joined: Dec 2006
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
|
Posts: 4,229
Threads: 175
Joined: Jan 2007
1337 ports ftw
|
|