Author Topic: Theblocklander Productions Modifacation Topic (HIRING)(SCRIPT AND MODEL NEEDED)  (Read 2666 times)


--Upcoming--
Drug Box (makes you spin around like your dizzy)
Tumble Bottle(Makes You Fall On Impact)
Annoying Orangeet

--Key--
Yellow=In Progress
Green=Done
Red=Not Started, Still In Idea Phase

--Jobs--
Modeler-Open,3 more needed.
Scripter-Open,3 more needed.
Ideas-Open,3 more needed.

--Links--
Tumble Bottle
http://forum.blockland.us/index.php?topic=200688.0

--Filled Jobs--
Theblocklander (modeler,scripter And Ideas)

--Needed Stuff--
Annoying Orangeet Model
Script that plays sound on activate with a weapon.

--Random Scripting Codes--

Tumble Script
Code: [Select]
function <projectileDatablockName>::Damage(%this,%obj,%col,%fade,%pos,%normal)
{
   if(%col.getType() & $TypeMasks::PlayerObjectType)
        tumble(%col,2500);
}

Replace <projectileDatablockName> with your projectile's datablock name
« Last Edit: August 21, 2012, 11:22:30 AM by theblocklanderproductions »

Anyone want to be hired? I at least need one scripter.

I dont mean this badly but you should probably learn to script for yourself because nobody will take interrest in this start here for coding Iban Explains it all.

I dont mean this badly but you should probably learn to script for yourself because nobody will take interrest in this start here for coding Iban Explains it all.
I know how to script, i just take WAY to long.

I know how to script, i just take WAY to long.

I find that hard to believe, maybe you just spend too much time trying to getit to work.

I find that hard to believe, maybe you just spend too much time trying to getit to work.
Kind of...


I guess I could model for you if I really need to. Im a bit busy with projects of my own, but if I have some time when im not working on them, I could model something for you.

I guess I could model for you if I really need to. Im a bit busy with projects of my own, but if I have some time when im not working on them, I could model something for you.

Same here, but my pack dead (I think)


Same here, but my pack dead (I think)
WHY DO YOU ALWAYS FAIL AT GRAMMAR? D: I do not know what your saying?

Wait what, I said that I could model because I have no project's at the mo

WHY DO YOU ALWAYS FAIL AT GRAMMAR? D: I do not know what your saying?
People aren't perfect...

I guess I could model for you if I really need to. Im a bit busy with projects of my own, but if I have some time when im not working on them, I could model something for you.
Do you want to be a modeler then?

Anyone have a script to make the player spin when he clicks with the item?
I know this console command: turnright(#);


--Upcoming--
Drug Box (makes you spin around like your dizzy)
Tumble Bottle(Makes You Fall On Impact)
Goodbye Old Maps Truck Thing(V21)

--Key--
Yellow=In Progress
Green=Done
Red=Not Started, Still In Idea Phase

--Jobs--
Modeler-Open,3 more needed.
Scripter-Open,3 more needed.
Ideas-Open,3 more needed.

--Links--
Tumble Bottle
http://forum.blockland.us/index.php?topic=200688.0

--Filled Jobs--
Theblocklander (modeler,scripter And Ideas)

--Random Scripting Codes--

Tumble Script
Code: [Select]
function <projectileDatablockName>::Damage(%this,%obj,%col,%fade,%pos,%normal)
{
   if(%col.getType() & $TypeMasks::PlayerObjectType)
        tumble(%col,2500);
}

Replace <projectileDatablockName> with your projectile's datablock name