ItsMods

Full Version: python only
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am having problem with making a python only mod.

I have never made a mod before so i am learning as i go.

would someone be willing to point me in the right direction?
There should be tutorials around here:
http://www.itsmods.com/forum/Forum-Moddi...rials.html


I'm not at home right now, so I can't make you a mod, but it should be really easy to do if you know how.

Here's the "codes" which you would put where the player spawns:

Code:
self takeallweapons();
wait 0.06;
self giveweapon("python_mp");
wait 0.05;
self switchtoweapon("python_mp");
got my mod working.

thank you for the pointer.
No problem!