Skip to content

Commit

Permalink
1.9b
Browse files Browse the repository at this point in the history
- Fixed /makebind
- Trying to find out why 'cmdtext' only has the command, no params
- Downgraded streamer because 2.9.2 cause OnPlayerEditDynamicObject to not be called for some reason
  • Loading branch information
Crayder committed Dec 14, 2017
1 parent 7fa1c60 commit d053de6
Show file tree
Hide file tree
Showing 5 changed files with 330 additions and 265 deletions.
Binary file modified filterscripts/tstudio.amx
Binary file not shown.
1 change: 1 addition & 0 deletions filterscripts/tstudio/tsmain.pwn
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ OnPlayerKeyStateChangeOEdit(playerid,newkeys,oldkeys)
// player finished editing an object
public OnPlayerEditDynamicObject(playerid, objectid, response, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz)
{
//printf("%i, %i, %i, %i", playerid, objectid, response, GetEditMode(playerid));
switch(GetEditMode(playerid))
{
case EDIT_MODE_OBJECT:
Expand Down
Loading

0 comments on commit d053de6

Please sign in to comment.