Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Plornt

Pages: 1 ... 31 32 33 34 35 [36] 37 38 39 40 41 ... 58
526
Help / Re: Text
« on: May 01, 2009, 04:51:28 PM »
Nope i tried that.

527
Help / Re: Text
« on: May 01, 2009, 08:51:26 AM »
I looked it up on google and it said <i> for italic but that doesn't work.

528
Help / Re: How do I reduce lag?
« on: May 01, 2009, 08:48:17 AM »
Open up task manager and end explorer. If you want it back go to file run explorer.

529
Help / Re: Won't start, get "not responding".
« on: April 30, 2009, 10:55:25 PM »

530
Help / Re: JVS Door's - Pink ?!
« on: April 30, 2009, 10:53:45 PM »
Nothing was wrong it was just an update for doors. The events were moved so they have incorect events.

531
Help / Text
« on: April 30, 2009, 10:52:41 PM »
It is possible to make your text change like changing it bold or italic. I know the color codes and the font codes. Is there any more?

533
Modification Help / Re: Event: Settag
« on: April 30, 2009, 05:18:58 PM »
I don't think it has a point:

<centerprint><font:Impact:99><color:ffffff>YOUR CLAN PREFIX HAS BEEN CHANGED TO DAHHHHHHHHHHHHHHHHHHHHHHHHHHH HHHHHHHHHHHHHHHHHHHHHHHHHHHHH HHHHHHHHHHHHHHHHHHHHHHHHHHHHH HHHHHHHHHHHHHHHHHHHHHHHHHHHHH HHHHHHHHHHHHHHHHHHHHH!!!!!!!!!!!!!!

I know that's not how to use centerprint, just so you know it's like really huge print, max in game is 64 I think...
Its not your add-on damnit i can do what ever i want. It was my first script i was testing things if i do release and there is no point just dont use it.

534
Help / Re: JVS Door's - Pink ?!
« on: April 30, 2009, 04:57:48 PM »
If you downloaded the new version of doors, Trader move the events to make them more organized. Therefore your door saves will not work correctly.

535
Help / Re: EmptyHand.dts
« on: April 29, 2009, 11:32:11 PM »
Ive never downloaded an empty hand. Try deleting the files with emptyhand.dts and redownload them

536
Gallery / Re: Frogg: Airplane
« on: April 29, 2009, 03:29:08 PM »
I like it a lot but i say the wings should be more arrow dinamic but then, i couldnt make a better one. :D

537
Help / Re: Small vehicle spawns
« on: April 29, 2009, 03:24:15 PM »
It was used in builds and i want to see where they where so i could replace them.

538
Modification Help / Re: Event: Settag
« on: April 28, 2009, 10:28:54 PM »
Ok the center print chat mes and bottom print tells you what you set your clan tag too.

539
Help / Small vehicle spawns
« on: April 28, 2009, 10:28:03 PM »
Can someone post the small vehicle spawns download link it got failed on rtb and i lost all my add-ons.
Not the scale spawns the 2x2 and 4x4 vehicle spawns.

540
Modification Help / Event: Settag
« on: April 28, 2009, 07:21:43 PM »
What this does it sets your clan prefix. This is my first script so i want to know if you can see any errors. It warks but i just want to know if there is any errors. Please note this is my first script.
Code: [Select]
registerOutputEvent(Player, "SetTag", "list NONE 1 ChatMessage 2 CenterPrint 3 BottomPrint 4\tint 1 9 3\tstring " @ $pref::server::maxChatLen / 2 SPC $pref::server::maxChatLen);
function player::setTag(%this, %arg0, %arg1, %arg2, %client)
{
if(!isObject(%this))
{
return;
}

%newInput = strReplace(%arg2, "%1", %client.clanprefix);

if(%newInput $= %arg2)
{
%newInput = %newInput @ %client.clanprefix = %newinput ;
}

%this.clanprefix(%newinput);

if(isObject(%client) && isObject(%this.client) && %this.client == %client)
{
if(%arg0 == 1)
{
centerPrint(%client, "", %arg1);
}

if(%arg0 == 2)
{
messageClient(%client, '', "\c2Your player Tag has been set to \c6'" @ %newInput @ "'");
}

if(%arg0 == 3)
{
centerPrint(%client, "\c2Your player Tag has been set to \c6'" @ %newInput @ "'", %arg1);
}

if(%arg0 == 4)
{
bottomPrint(%client, "\c2Your player Tag has been set to \c6'" @ %newInput @ "'", %arg1);

}
}
}

Pages: 1 ... 31 32 33 34 35 [36] 37 38 39 40 41 ... 58