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 - Kunit

Pages: 1 ... 92 93 94 95 96 [97]
1441
Modification Help / Re: %new
« on: January 21, 2008, 06:52:56 PM »
But also just 1 last thing when I type the /landclaim it doesnt happen in consoule it says Unknown ServerCmdlandclaim.

Also thanks the datablock i made was off by some things.

1442
Modification Help / Re: %new
« on: January 21, 2008, 05:56:40 PM »
Ok check main post it isnt working for some reason :(

1443
Modification Help / Re: Spawning?
« on: January 20, 2008, 04:46:15 PM »
OK....

1444
Modification Help / Re: Spawning?
« on: January 20, 2008, 12:18:56 PM »
It isnt the Final code I need that to start on the rest of it -_- Im making it so that if you type /claimland a 32x32 will spawn under you and a safe zone will appear over it and you are able to turn it off and on but first I need the script that spawns the plate

1445
Modification Help / Re: Spawning?
« on: January 19, 2008, 01:31:52 PM »
Ya CODING help. I need help getting the CODE to do it.

1446
Modification Help / %new
« on: January 19, 2008, 12:26:30 PM »
Can someone help me with this for some reason in game it wont spawn the plate.
I know it has to do with no datablock but when I make one it still doesnt work.

Code: [Select]

//LandPlots//

function servercmdLandclaim(%client){
%new = new StaticShape(32x32base)
position = %client.obj.position;
scale = "1 1 1"
rotation = "1 0 0 0";
};


1447
Modification Help / Re: Keep on death
« on: January 18, 2008, 10:58:34 PM »
Thanks dilt Cookies for you  :cookie:  :cookieMonster:  :cookie:

1448
Modification Help / Keep on death
« on: January 17, 2008, 08:00:55 PM »
Whats the code to keep an item on death? If anybody can tell me I will give them COOKIES  :cookie::cookie: :cookie: :cookie: :cookie:

1449
Modification Help / Re: Words in a name?
« on: January 13, 2008, 07:21:19 PM »
Kk thanks alot :D

1450
Modification Help / Re: Words in a name?
« on: January 13, 2008, 07:15:48 PM »
ya like that Rky

1451
Modification Help / Re: Words in a name?
« on: January 13, 2008, 05:59:07 PM »
No no no not those lol i know how to do that but say your walkin around and you see someone and they will have a extra thing in there name but they dont have it in chat like chat would be Bob and in game would be Bob[10]

1452
Modification Help / Words in a name?
« on: January 13, 2008, 05:52:33 PM »
People sometimes have somthing extra in there name on the side if you see them on the server. I was wondering if someone could post a basic code for this? Thanks in advance

Pages: 1 ... 92 93 94 95 96 [97]