Search found 2 matches

by redbol
Tue Jun 13, 2017 2:59 pm
Forum: Plugin Development Support
Topic: A problem with "set_prop_int"
Replies: 2
Views: 2900

A problem with "set_prop_int"

http://puu.sh/wiVLs/2723e4c852.png from events import Event from entities.entity import Entity from players.helpers import index_from_userid from messages import SayText2 HIDEHUD_RADAR = 1 << 12 @Event('player_jump') def _player_jump(game_event): userid = game_event['userid'] index = index_from_use...
by redbol
Fri Apr 15, 2016 11:25 am
Forum: Plugin Releases
Topic: Parachute v0.03!
Replies: 44
Views: 62234

I have updated the plugin to work with latest version (tested in v205). It was good practice for porting/understanding libraries so hopefully it should work fine. The gist is here: https://gist.github.com/roflmuffin/9f38ee7967fb7934312b and you will find the full zip attached. http://puu.sh/oiY2q/a...

Go to advanced search