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.


Topics - Kunit

Pages: 1 2 3 4 5 6 [7]
91
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";
};


92
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:

93
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 2 3 4 5 6 [7]